You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Create a function with the min / max properties of yaxis, which would allow us to zoom automatically on the yaxis when we change the xaxis selection.
Describe the solution you'd like
In the function, it would be interesting to add an argument named minOnSelection so that the function looks like this:
for example, if a series includes y-values between 1 and 10, but the x-axis scale on this series includes only y-values between 5 and 7, min should be equal to 1 and minOnSelection should be equal to 5
The feature would be handy for many people I think.
The text was updated successfully, but these errors were encountered:
We have zoom.autoScaleYaxis property. Unfortunately, this property is not in the docs as it is not finished yet.
As you've already contributed to the initial idea of scaling Y-axis on zooming, I need to make it work for multi-yaxis too.
Thanks for another suggestion!
Is your feature request related to a problem? Please describe.
Create a function with the min / max properties of yaxis, which would allow us to zoom automatically on the yaxis when we change the xaxis selection.
Describe the solution you'd like
In the function, it would be interesting to add an argument named minOnSelection so that the function looks like this:
for example, if a series includes y-values between 1 and 10, but the x-axis scale on this series includes only y-values between 5 and 7, min should be equal to 1 and minOnSelection should be equal to 5
The feature would be handy for many people I think.
The text was updated successfully, but these errors were encountered: