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
I am trying to convert the code to the newest version. My current goal is to scale Y-axis, but it look like the framework is ignoring my settings.
Here is how it look like right now without setting rightAxis.axisMinimum and rightAxis.axisMaximum:
When I set it to some custom values of min and max like 0 to 300 it should scale it so there is a lot of blank space on the top and some blank space on the bottom of the chart, but... these values are seems to be ignored completely.
Here is a code snippet with right axis configuration:
Hello,
I am trying to convert the code to the newest version. My current goal is to scale Y-axis, but it look like the framework is ignoring my settings.
Here is how it look like right now without setting
rightAxis.axisMinimum
andrightAxis.axisMaximum
:When I set it to some custom values of min and max like 0 to 300 it should scale it so there is a lot of blank space on the top and some blank space on the bottom of the chart, but... these values are seems to be ignored completely.
Here is a code snippet with right axis configuration:
Could you please guide me what's wrong in here?
Thank you in advance.
The text was updated successfully, but these errors were encountered: