Is there a way to set different Y-AXIS intervals.
We would like to setup a chart where :
yaxisminvalue: "0",
yaxismaxvalue: "1.6",
numDivLines: "4"
Currently the values for each div line are:
1.2
0.9
0.6
0.3
We would like the div line values to be like this:
1.0
0.7
0.4
0.2
Can you advise us if this is possible?
See attachment for a clearer picture of what we want to do.
Thanks!