You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "ngoctuan001 (via GitHub)" <gi...@apache.org> on 2023/06/12 03:27:45 UTC

[GitHub] [echarts] ngoctuan001 opened a new issue, #18750: [Feature] Adjust position of datazoom slider

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

   ### What problem does this feature solve?
   
   1. 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:
   ![image](https://github.com/apache/echarts/assets/26194619/445ccb18-7798-4bf5-8746-df3fea901b38)
   
   
   
   Proposed support of changing position, such as bottom:
   ![image](https://github.com/apache/echarts/assets/26194619/6a3188e1-1140-4e48-ac57-68a7cae9da8d)
   
   
   ### What does the proposed API look like?
   
   `
   dataZoom: [
     {
      type: 'slider',
      textPosition: 'bottom' // <-- add this option
   }
   
   ]
   `


-- 
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: commits-unsubscribe@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] Ovilia commented on issue #18750: [Feature] Adjust position of datazoom slider

Posted by "Ovilia (via GitHub)" <gi...@apache.org>.
Ovilia commented on issue #18750:
URL: https://github.com/apache/echarts/issues/18750#issuecomment-1589109902

   DataZoom provides `textStyle` instead of `label`, 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.


-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org