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
Currently:
Proposed support of changing position, such as bottom:
What does the proposed API look like?
`
dataZoom: [
{
type: 'slider',
textPosition: 'bottom' // <-- add this option
}
]
`
1条答案
按热度按时间q5iwbnjs1#
DataZoom provides
textStyle
instead oflabel
, 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.