apache / apache/echarts

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

Open
#14,537 6 comments 0 reactions 0 assignees View on GitHub
FAQ waiting-for: community
Dominant language
TypeScript
Stars
67.3k
Forks
19.8k
Avg merge
11d 14h
Merged PRs (30d)
8

Description

### What problem does this feature solve?
dataZoom在坐标轴缩放时, 希望有能保持一侧固定的功能, 仅另一侧缩放.

### What does the proposed API look like?
```js
dataZoom: [
{
type: 'slider',
handler: 'left' | 'right' | 'both', // default 'both'
}
],
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.