You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am trying to detect end of chart, and couldn't find any event taking care of that.
i need to fetch data once the chart has reached the end and user kept dragging.
the problem is the current translated delegate is keeps getting called as long a the gesture keeps going.
could someone help me find a solution?
Thanks
Gal
The text was updated successfully, but these errors were encountered:
You can customize it a little bit I guess: try to find if the highestVisibleIndex has reach the max value and send a proper message to your delegate? Or there is no more space to scroll;
i am trying to detect end of chart, and couldn't find any event taking care of that.
i need to fetch data once the chart has reached the end and user kept dragging.
the problem is the current translated delegate is keeps getting called as long a the gesture keeps going.
could someone help me find a solution?
Thanks
Gal
The text was updated successfully, but these errors were encountered: