-
Notifications
You must be signed in to change notification settings - Fork 1
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
Question: Is there an option for momentum scrolling? #2
Comments
@shujaatak |
@shujaatak |
@cjjapan |
you can change GChart. /// Action mode for pointer scroll event (mouse wheel scrolling).
enum GPointerScrollMode {
/// no action
none,
/// zoom the point viewport
zoom,
/// move the point viewport
move,
} |
Absolutely thrilled! 🎉 The addition of pointerScrollMode is fantastic—it makes a huge difference! I especially love pointerScrollMode = move; it feels so smooth and intuitive. Huge thanks for implementing this! Huge appreciation for your effort! 🚀🔥 |
Ah you mean disable momentum scrolling. not possible now. will add |
GPanel(
momentumScrollSpeed: 0, // A value between 0 and 1.0, larger value means faster scrolling, 0 to disable.
...
)
|
Fantastic! 🎉 Thanks a lot for adding the option to disable momentum scrolling—it’s really thoughtful to accommodate different preferences. Huge appreciation for your responsiveness and effort! 🙌 |
Currently, it takes time to scroll the chart left and right quickly.
The text was updated successfully, but these errors were encountered: