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
well either you stick to the same line or use same range/fixed count for the axis.
Imagine yourself if you have two different ranges for left and axis, how can you make sure the interval is fixed and at the same line.
What did you do?
I have a line chart with left and right axises with different range (for example left range is [0..200] and right range is [0..900]).
What did you expect to happen?
I want right and left axis labels aligned to the same line.
What happened instead?
Right axis labels are not aligned with left axis labels.
Charts Environment
**Charts version/Branch/Commit Number: 3.0.5
**Xcode version: 9.2
**Swift version: 4.0
**Platform(s) running Charts: iOS 12
**macOS version running Xcode: 10.13.6
Demo Project
You can reproduce the issue in your demo: LineChart2ViewController, setting
rightAxis.axisMinimum = 0.0;
instead of
rightAxis.axisMinimum = -200.0;
The text was updated successfully, but these errors were encountered: