ChartsOrg / Charts

Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
Apache License 2.0
27.51k stars 5.99k forks source link

moveViewToAnimatedWithXValue:yValue:axis:duration: not work! #5063

Open 1213850155 opened 1 year ago

1213850155 commented 1 year ago

What did you do?

ℹ I calling the function 'moveViewToAnimatedWithXValue:yValue:axis:duration:', but it have not effect.

What did you expect to happen?

ℹ It can move to the left of screen when I set the '[chartView setVisibleXRangeMaximum:10]', but I want the rightmost point of the line chart to move to the left of the screen. so how can I achieve this effect.