-
-
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
Glitch while scrolling #430
Comments
would you be able to break it when it glitch, seems like the lowestVisibleXIndex is not correct? so there will be a blank space on the left? |
The problem went away when I set a fixed width of left axis
|
Can you provide sample data for it? I suspect that your leftAxis is actually trying to change size while scrolling, because of the visible data range changing. This is normal behaviour, except that the axis width changes seem too radical in your video! |
I'd like to reopen the issue. The same is happening to me almost every single move. Screencast recorded: https://dl.dropboxusercontent.com/u/5765015/glitch.mov Here is my setup: chartView.scaleYEnabled = false
chartView.scaleXEnabled = false
chartView.pinchZoomEnabled = false
chartView.doubleTapToZoomEnabled = false
chartView.xAxis.drawGridLinesEnabled = false
chartView.leftAxis.customAxisMin = 0.0
chartView.autoScaleMinMaxEnabled = false
chartView.leftAxis.drawGridLinesEnabled = false
chartView.rightAxis.enabled = false
chartView.legend.form = .Circle |
@danielgindi @liuxuan30 I investigated and it's broken when |
I have line chart view. Sometimes when I scroll it and the scale is changing I see glitch like this: https://youtu.be/HybGwFSQDjQ
The text was updated successfully, but these errors were encountered: