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?