bernii / gauge.js

100% native and cool looking JavaScript gauge
MIT License
1.42k stars 391 forks source link

Added gauge value in text, gauge disappears #70

Closed brianmickelson closed 7 years ago

brianmickelson commented 9 years ago

returning the following errors:

Uncaught TypeError: undefined is not a function formatNumber gauge.js:85 TextRenderer.render gauge.js:255 Gauge.render gauge.js:571 ValueUpdater.update gauge.js:165 window.AnimationUpdater.run gauge.js:753

vcanales commented 9 years ago

Some of your code would be a good idea.

brianmickelson commented 9 years ago

I used a workaround. I'll see if i can replicate again.

kplindegaard commented 7 years ago

Just be sure to provide a numerical value in the .set( ) function. Closing the issue.