
Dojo charts -0.00 on y-axis issue and fix
I have found that sometimes Dojo charts displays the -0.00 on the y-axis. The workaround is to pass your own axis label formatting function. var yAxisLblFunc = function(text, value, precision){ var n = Number(text);…