formatter - highcharts round decimals for gauge labels -
i have gauge here , can't figure out how round decimals on round label one.
tried this:
title: { text: when, style: { fontsize: fontsizemin + 4 + 'px' }, formatter: function () { math.round(this.y * math.pow(10, 1)) / math.pow(10, 1); } },
but didn't work...
Comments
Post a Comment