crisbeto / angular-svg-round-progressbar

Angular module that uses SVG to create a circular progressbar
https://crisbeto.github.io/angular-svg-round-progressbar/
MIT License
741 stars 173 forks source link

Progress Bar not synced with current value #173

Open devtechvalens opened 5 years ago

devtechvalens commented 5 years ago

Hello, The progress bar is not synced with the current value that defined to the progress. I have the scenario here- 1)The progress bar has max value 5 and current value 0, the progress start and complete with 1,2,3,4,5. 2)Then I set the progress bar max value to 60 and current value to 0. In case - 2 the value of progress bar first render to 1,2,3,4 randomly and then start the progress to 0 again.

Is anyone knows how to solve this? Thanks

crisbeto commented 5 years ago

@devtechvalens it's very hard to tell what might be wrong without a code sample.