nativescript-ui-chart
v15.2.3
Published
Create beautiful and flexible charts with smooth interaction and zooming - area, line, pie, scatter and more.
Downloads
4,383
Readme
NativeScript UI Chart
Overview
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;
Installation
In Command prompt / Terminal navigate to your application root folder and run:
tns plugin add nativescript-ui-chart
Documentation
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:
API Reference
Here is the API Reference section.
Sample Apps
The features of the plugin are demonstrated in the Sample apps for:
Release Notes
The release notes are available here.
Get Help
Please, use github issues strictly for reporting bugs or requesting features.