Closed vedraj360 closed 3 years ago
So you need to have your initial value in a specific section.
If your section has a range of 0.5
to 0.7
you need to set pointer at 50%. You can use this.
// move indicator to percent value (50%)
speedometer.speedPercentTo(50)
I just exported the library to make some modification according to the required use case. Once again thanks for this library saved a lot of time.
Hi, Thanks for making this library.