@nativescript/ui-charts
Highcharts iOS and Android SDK for NativeScript
npm i --save @nativescript/ui-charts
- Version: 1.0.0
- GitHub: https://github.com/NativeScript/ui-kit
- NPM: https://www.npmjs.com/package/%40nativescript%2Fui-charts
- Downloads:
- Last Day: 64
- Last Week: 377
- Last Month: 1011
@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