Hi,
I was playing around with
When using e.g. [0, 0.01, 0.02, 0.05, 0.08, 0.2] as the argument of .line, the figure is displayed as expected.
However, when using e.g. [0, 0.01, 0.02, 0.05, 0.08, 0.1], nothing is displayed, and I do not understand how the scaling of the y-axis works.
I know that I could simply use e.g. yAxis: { tickValues: [0, 0.05, 0.1, 0.15]}, but is there a way to obtain something similar without (a) defining the tickValues manually, or (b) using the smartAxisoption ?
Thanks a lot!