-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to limit price scale range #1393
Comments
When the chart is automatically adjusting the price scale min and max range values, this is called You can disable You could also use the |
@SlicedSilver Thanks for the idea. My feature request might not have been clear enough that the limit is about how far the user can adjust the scale (by dragging on the axis or chart area). The autoscale settings don't limit this, so I don't think it will help in this case. |
You are correct. AutoScaleInfo won't help for that case. |
Solution? |
I have a a set of baseline series that are always positive and I'd like to be able to zoom in on a narrow price range but don't want to allow the price scale to get into negative territory.
The ideal solution would be to have
minimum
andmaximum
options on the price scale that act likefixLeftEdge
andfixRightEdge
except that they are specified with a constant value instead of being based on the range of the data.The text was updated successfully, but these errors were encountered: