echarts icon indicating copy to clipboard operation
echarts copied to clipboard

[Feature] Adjust position of datazoom slider

Open ngoctuan001 opened this issue 2 years ago • 2 comments

What problem does this feature solve?

  1. Currently, the echarts datazoom 'slider' doesnt support position of the text compare to the handle. It would be nice if we can add a properties to control that

Currently: image

Proposed support of changing position, such as bottom: image

What does the proposed API look like?

` dataZoom: [ { type: 'slider', textPosition: 'bottom' // <-- add this option }

] `

ngoctuan001 avatar Jun 12 '23 03:06 ngoctuan001

DataZoom provides textStyle instead of label, which means this is not intended to have complex customiztion like rotation or positioning. Adding this feature may break the current API so it may be hard to do so.

Ovilia avatar Jun 13 '23 11:06 Ovilia

This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.

github-actions[bot] avatar Jun 12 '25 21:06 github-actions[bot]

This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks!

github-actions[bot] avatar Jun 20 '25 21:06 github-actions[bot]