i see the following response based on a request in the pas - issue 2021. Has this been implemented?
@daks ok, so in your case the y-axis did scale to the data bounds, as 0 is the min and 250 and 70 were the max.
However, the implementation of Scale Y-axis to Data Bounds is off.
It should automatically be ticked when the data is scaled to the bounds of the data. Keep in mind that this is a global representation of the data, and not at a chart level. This also needs to be changed. At the moment each chart is not scaled individually. That is, every chart shares the same Y axis. We are working on implementing separate scales for charts. There is already an issue for this, see #2021. Finally another issue is that charts without data or with data that are all zeros should render a no results found message.
I am breaking these out into issues and re-titling this issue.