bernii / gauge.js

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

Allow decimal number to be displayed as label #145

Closed woodmanhu closed 7 years ago

woodmanhu commented 7 years ago

I was trying to set labels: [10, 5, 2.4], but it returns fixed numbers as 10, 5, 2, actually it's 2, 5, 10 on the graph. Can we allow decimals to be displayed there?

woodmanhu commented 7 years ago

Found it. staticLabels: { fractionDigits: 1 }