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
Hello I am trying to make a one finger “swipeable” graph.
I enabled the HIPanning
panning = HIPanning().apply {
enabled = true
}
And it works. But usually there is some Inertia/kinetic energy in a graph on phones. What I mean is by starting a "swipe" and letting go of the screen the slide movement contiguous and gradually stops. Is this supported in this library?
The text was updated successfully, but these errors were encountered:
Hello I am trying to make a one finger “swipeable” graph.
I enabled the HIPanning
And it works. But usually there is some Inertia/kinetic energy in a graph on phones. What I mean is by starting a "swipe" and letting go of the screen the slide movement contiguous and gradually stops. Is this supported in this library?
The text was updated successfully, but these errors were encountered: