Show a key data point in an intuitive gauge format, with contextual bands for categorization.
npm install nativescript-ui-gauge- Overview
- Installation
- Documentation
- API Reference
- Sample Apps
- Release Notes
- Get Help
The NativeScript UI Gauge plugin allows you to display the current status of a value within a range of upper and lower bounds, illustrate progress towards a goal, or a summary of a fluctuating metric. Some features include:
* Add one or more RadialScale instances to your gauge;
* Use Bar indicators to visualize a range of values or a Needle indicator to point to a specific value;
* Include ready-to-use animations for smooth transition effects.
In Command prompt / Terminal navigate to your application root folder and run:
```
tns plugin add nativescript-ui-gauge
To use the gauge plugin, you need to add an instance of RadRadialGauge. It has a scales collection, which allows you to add a number of instances of type RadialScale.indicators
Each scale has an collection that allows you to add different indicators. The indicator can be either of type RadialBarIndicator or RadialNeedle`.
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
The release notes are available here.
Please, use github issues strictly for reporting bugs or requesting features.