apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.69k stars 19.62k forks source link

[Feature] dataZoom x axis and Y axis scrollbar design need to customize. #20529

Open chakkaravarthi-vuram opened 1 day ago

chakkaravarthi-vuram commented 1 day ago

What problem does this feature solve?

In every application, they have a unique design. So as of now, the dataZoom scroll bar design also wants to be customized. Then, there is no filler border radius.

What does the proposed API look like?

dataZoom: [ { type: 'slider', fillerBorderRadius: 10, }, { type: 'inside' } ],