-
-
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
Pull to refresh #112
Comments
The onFling is something that comes by default when you implement the basic Gesture recognizer on Android. |
Thank you for your answer.But my problem is sometimes I will zoomIn the chart and swipe it left and right |
Swipe gesture is a fast gesture, but you probably can change its On Thu, May 28, 2015 at 12:21 PM, a5544321 notifications@github.com wrote:
|
Sorry , is your delegate means chartView delegate? I only can find chartvalue select and unselect in it. And I don't know what your position mean. Is viewport means viewportHandler? What property in it I should compare with position? Thanks.. |
You need to pull the latest version. On Thu, May 28, 2015 at 12:59 PM, a5544321 notifications@github.com wrote:
|
OK |
Hello,is there any property or protocol to tell if I drag the chartView to the end of left or right?
I want to do something like "pull to refresh"
I found there is a OnFling listener in Android version document,but I can't find in ios charts
Can anyone help? Thanks
The text was updated successfully, but these errors were encountered: