Sometimes RGraph plots "4e-2" instead of "0.02" at the y-axis of a line-chart. I have set scale.decimals to 2 and 0 ist correctly displayed as 0.00, but 0.02, 0.04 etc. are displayed in scientific notation.
If there is no property which can be set to force this, how do I change the labels "manually" via javascript before the chart is printed?
Many thanks in advance. Michael
You can use the chart.ylabels.specific option. Eg:
obj.set('chart.ylabels.specific', ['1.00','0.80','0.60','0.40','0.20']);