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
{{ message }}
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.
The negative Y axis minimum always seems to get set to minimumValue * abs(minimumValue - 1), as you can see from these example minimumValue->yMinimum mappings I tried out:
This quickly leads to absurdly low Y-axis minimums and the graph becomes useless. This only seems to happen if there are also values at or above 0 in the graph.
The text was updated successfully, but these errors were encountered:
See:
The negative Y axis minimum always seems to get set to
minimumValue * abs(minimumValue - 1)
, as you can see from these example minimumValue->yMinimum mappings I tried out:This quickly leads to absurdly low Y-axis minimums and the graph becomes useless. This only seems to happen if there are also values at or above 0 in the graph.
The text was updated successfully, but these errors were encountered: