-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Closed as not planned
Labels
enThis issue is in EnglishThis issue is in Englishnew-featurependingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.Inactive for a long time. Will be closed in 7 days.
Description
What problem does this feature solve?
- 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
Proposed support of changing position, such as bottom:

What does the proposed API look like?
`
dataZoom: [
{
type: 'slider',
textPosition: 'bottom' // <-- add this option
}
]
`
Metadata
Metadata
Assignees
Labels
enThis issue is in EnglishThis issue is in Englishnew-featurependingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.Inactive for a long time. Will be closed in 7 days.
