-
-
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
Last bar not calculated in ChartDataSet.calcMinMaxY #2042
Comments
Usually it is best practice to setup the chart first and then set |
Still not fixed. @petester42 |
I have the same issue with a candlestick chart. It looks to me that the issue is in ChartDataSet.swift, |
Agree with @andysharp . Should be indexFrom...indexTo in this case. |
Please take a look at #2177, I'm not sure if this can solve the issue, or it's different |
Set a simple BarChartView like BarChartTests.
let values = [8, 104, 1000]
chart.autoScaleMinMaxEnabled = true
If set autoScaleMinMaxEnabled = false, then everything ok.
The text was updated successfully, but these errors were encountered: