bernii / gauge.js

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

Float value doesn't appear #78

Open mustafakoleli opened 9 years ago

mustafakoleli commented 9 years ago

Hi,

I use gauge.js library, i think great library, thank you for this.

But i have a problem; I want to show float number in gauge. Can i do it on display?

I'm sorry for my bad English :(

ThomasCrevoisier commented 9 years ago

Nope, the decimal part will be ignored as you can see here : https://github.com/bernii/gauge.js/blob/gh-pages/dist/gauge.coffee#L63

mustafakoleli commented 9 years ago

Thanks for the reply.

subhadipghorui commented 3 years ago

How display the decimal part og gauge ??

subhadipghorui commented 3 years ago

Solved in here. https://github.com/bernii/gauge.js/issues/162