-
-
Notifications
You must be signed in to change notification settings - Fork 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
iOS Chart Y-Axis High Limit #317
Comments
If you did nothing, it will calculate the y axis range depending on your data values' range. Double check if you have some values that is abnormally large but not shows up. On the other hand, you could use yAxis.customAxisMax to set the max value. |
Maybe this alteration can help you: #382 |
Please check to see if the problem still persists with the latest version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm having a set of volume for example: 1- 10 but the Y-Axis bar top is 1000 which I have no idea why it expand that much. Is there something need to be set? Why there is a lot of space on top>=?
Here is the chart settings.
The text was updated successfully, but these errors were encountered: