ChartsOrg / Charts

Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invisible Line Chart When xAxis.axisMaximum > Data Maximum, Only on 4.x

giantramen opened this issue · comments

What did you do?

Update to 4.0.2 from 3.6.

What did you expect to happen?

Set an axis maximum and still have my line chart appear.

What happened instead?

Chart does not appear when xAxis.axisMaxiumum > data maximum.

xAxis.axisMaximum set to 200 ->
Simulator Screen Shot - iPhone 13 - 2022-05-06 at 09 11 02
Simulator Screen Shot - iPhone 13 - 2022-05-06 at 09 10 56

Charts Environment

Charts version/Branch/Commit Number: 4.0.2
Xcode version: 13.3
Swift version: 5
Platform(s) running Charts: iOS
macOS version running Xcode: 12.3.1 (21E258)

Demo Project

giantramen@aea8098