0.4.0 • Published 1 year ago

@nativescript/ui-charts v0.4.0

Weekly downloads
17
License
Apache-2.0
Repository
github
Last release
1 year ago

@nativescript/ui-charts

Highcharts SDK for NativeScript

Usage

npm install @nativescript/ui-charts

The best way to explore the usage of the plugin is to inspect the demo app in the plugin's root folder. In apps/demo folder you can find the usage of the plugin for TypeScript non-Angular application. Refer to apps/demo/src/chart-demos for different chart types.

<Page xmlns="http://schemas.nativescript.org/tns.xsd"
  xmlns:ui="@nativescript/ui-charts">
  <GridLayout>
    <ui:UIChartsView options="{{ chartOptions }}" />
  </GridLayout>
</Page>

The chartOptions is a HICharts options object, refer to https://www.highcharts.com/demo/ for inspiration, and also checkout https://api.highcharts.com/highcharts/ for API reference

License

Apache License Version 2.0

0.4.0

1 year ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago