Skip to content

Can dataZoom slider only use left or right handler? dataZoom可以仅使用一侧的滑动手柄, 另一侧保持固定吗? #14537

Open
@xjhjzxh

Description

What problem does this feature solve?

dataZoom在坐标轴缩放时, 希望有能保持一侧固定的功能, 仅另一侧缩放.

What does the proposed API look like?

dataZoom: [
  {
    type: 'slider',
    handler: 'left' | 'right' | 'both', // default 'both'
  }
],

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions