naikus / svg-gauge

Minimalistic, animated SVG gauge. Zero dependencies
MIT License
319 stars 74 forks source link

Is it possible to display decimals in labels #44

Closed gism closed 4 years ago

gism commented 4 years ago

Hi,

This is more a question than an issue. Is it possible to display decimals in gauge label?

Thanks for the work!

naikus commented 4 years ago

@gism Yes, use the `label option

    label: function(value) {
      // return Math.round(value) + "/" + this.max;
    },

See the demo on codepen https://codepen.io/naikus/pen/BzkoLL