highcharts / highcharts/highcharts-android
inertia/kinetic energy in HIPanning
- Dominant language
- Java
- Stars
- 133
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating HIPanning and reviewing how the library handles a swipe ending. Determine whether kinetic or inertial movement is already supported, and identify the relevant documentation or implementation entry point. Done means the supported behavior and any required scope are clearly established.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100