[Feature] dataZoom x axis and Y axis scrollbar design need to customize. #20529
Labels
en
This issue is in English
new-feature
pending
We are not sure about whether this is a bug/new feature.
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'
}
],
The text was updated successfully, but these errors were encountered: