feedoom opened a new issue, #17300:
URL: https://github.com/apache/echarts/issues/17300

   ### What problem does this feature solve?
   
   希望 `datazoom` 的 `label` 可以控制位置和是否一直显示,如图片所示
   
![image](https://user-images.githubusercontent.com/37018475/176840274-e926cbe2-6bdb-44e1-a33b-8b83803b9c52.png)
   
   
   ### What does the proposed API look like?
   
   dataZoom-slider.labelShow = true || false
   true-----label一直显示
   false----hover在手柄时才显示
   
   dataZoom-slider.labelPosition = 'auto' || 'space-between' || 'left' || 
'right' || 'top' || 'bottom' 
   auto--跟随手柄移动
   space-between-----固定在组件的两端
   left-----固定在组件的左方
   right--------固定在组件的右方
   top----固定在组件的上方
   bottom------固定在组件的下方
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to