-
-
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
Animated moveViewToX() #318
Labels
Comments
I thought that this was a duplicate of #189, but it's a different kind of animation. It should actually be pretty easy to implement |
Thanks a lot Daniel. Waiting for the implementation of moveViewToX() with animation. |
Daniel, have you been able to add this feature to the library? Thanks in advance |
Closed
👍 |
Are you planning to add this feature soon?? Thanks. |
really this is carried out :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it's not an issue but I couldn't find a solution so maybe you can help me.
I implemented ios-charts on a swift application I am working on and composed a graph to show some information. The graph has set setVisibleXRangeMaximum(9.0) but has more than 30 values, so the user can scroll on the graph.
I could center the selected bar on the screen when the user tap on some of the graph bars, but I can't animate it. I am using moveViewToX() method to move to an specific index. Is there a way to do the same as "moveViewToX()" does but animated?
The text was updated successfully, but these errors were encountered: