@sudhanshu/radial-indicator
v2.0.0
Published
A simple and light weight circular indicator / progressbar plugin.
Downloads
722
Readme
radialIndicator
A simple and light weight circular indicator plugin. Also works on Internet Explorer. It supports duration, color range, interpolation, formatting, percentage value and much more. Does work well with jQuery and angularJS.
Installation
Through npm
npm install @sudhanshu/radial-indicator
For Devs
When updating the documentation, checkout the repository and run npm install
and then npm start
to run examples locally.
###Major updates
1.4.0
- Added option to support rendering in the opposite direction.
1.2.0
- Added option to allow user interaction on mouse and touch events.
- Added precision option to support float value.
1.1.0
- Fixed draw issue on ipad and android devices and added onAnimationComplete callback.