What problem does this feature solve?
I would like to retrieve the automatically calculated min/max value of an yaxis.
What does the proposed API look like?
I'm unsure about this. There seems to be no getter API except for chart.getOption(). Using this seems like a hack as the option property would only be readable but not writable using setOption().
option.yAxis[1].minCalculated
What problem does this feature solve?
I would like to retrieve the automatically calculated min/max value of an yaxis.
What does the proposed API look like?
I'm unsure about this. There seems to be no getter API except for chart.getOption(). Using this seems like a hack as the option property would only be readable but not writable using setOption().
option.yAxis[1].minCalculated