@nativescript/ui-charts
NativeScript 的 Highcharts iOS 和 Android SDK
npm i --save @nativescript/ui-charts

@nativescript/ui-charts

NativeScript 的 Highcharts SDK

用法

npm install @nativescript/ui-charts

探索该插件用法最好的方式是检查插件根目录下的示例应用。在 apps/demo 文件夹中,您可以找到 TypeScript 非 Angular 应用的插件用法。有关不同图表类型的用法,请参考 apps/demo/src/chart-demos

<Page xmlns="http://schemas.nativescript.org/tns.xsd"
xmlns:ui="@nativescript/ui-charts">

<GridLayout>
<ui:UIChartsView options="{{ chartOptions }}" />
</GridLayout>
</Page>

chartOptions 是 Highcharts 的选项对象,请参考 https://www.highcharts.com/demo/ 以获取灵感,并查看 https://api.highcharts.com/highcharts/ 以获取 API 参考。

许可证

Apache 许可证 2.0 版