Skip to content

[Feature] Natural(browser-native) horizontal scroll (move). #19727

@skorphil

Description

@skorphil

What problem does this feature solve?

As an apple user, I use double-finger horizontal swipe for horizontal scroll. It is native behavior. As well as SHIFT + WHEEL for windows or mouse - users.
Currently native horizontal scroll not supported.
moveOnMouseWheel: 'shift' Completely unusable on mac touchpad

Enabling natural scroll will solve this problems making panning(moving) more accessible.
Here is my playground with dataZoom settings.

What does the proposed API look like?

dataZoom: [
    {
        naturalScrolling: true // enables native horizontal/vertical moving
    },

Metadata

Metadata

Assignees

No one assigned

    Labels

    enThis issue is in Englishnew-featurependingWe are not sure about whether this is a bug/new feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions