Create beautiful and flexible charts with smooth interaction and zooming - area, line, pie, scatter and more.
npm install nativescript-ui-chart- Overview
- Installation
- Documentation
- API Reference
- Sample Apps
- Release Notes
- Get Help
The NativeScript UI Chart plugin can be used to visualize data in a human-readable way through lines, areas, bars, pies, and more. Some features include:
* Wide array of accepted data types: numbers, texts or dates depending on the chart you want to visualize;
* Smooth interaction and zooming;
* Annotations, tooltips, and trackball;
* Support for multiple axes.
* Various chart series options:
* Show trends with Line, Area, and Spline Area charts;
* Compare sets of data with Bar charts;
* Illustrate proportions with Pie and Donut charts;
* Spline and Spline Area charts to plot data that require the use of curve fittings;
* Show relationships among values using Scatter and Bubble series;
* Use Financial series and indicators;
In Command prompt / Terminal navigate to your application root folder and run:
```
tns plugin add nativescript-ui-chart
The NativeScript UI Chart plugin has two types of charts - chartesian and pie.
They are presented by the RadChartesianChart & RadPieChart` classes.
Each of them can visualize data with different types of series. With the chartesian chart you can also specify the axes that are used.
More information is available in the Guides for:
- NativeScript Core
- NativeScript with Angular
- NativeScript with Vue.js
Here is the API Reference section.
The features of the plugin are demonstrated in the Sample apps for:
- NativeScript Core
- NativeScript with Angular
- NativeScript with Vue.js