You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/07/14 02:45:54 UTC

[GitHub] [echarts] 4bbada opened a new issue, #17375: When back or zoom is not used

4bbada opened a new issue, #17375:
URL: https://github.com/apache/echarts/issues/17375

   ### What problem does this feature solve?
   
   I want to use only one dataZoom(back or zoom).
   
   how to use that?
   
   When operated with show's boolean, both icons appear or both disappear.
   
   I want to use only one of dataZoom's zoom and back.
   
   ### What does the proposed API look like?
   
   `toolbox:{
   
       feature: {
           dataZoom: {
                 title: {
                 zoom: "" //i don't wanna use that(zoom) 
                 back: "Zoom Out" //i wanna use back.
                 },
         },
       }
   
   }`


-- 
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 #17375: When back or zoom is not used

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #17375:
URL: https://github.com/apache/echarts/issues/17375#issuecomment-1185113901

   You can use [custom toolbar](https://echarts.apache.org/zh/option.html#toolbox.feature) to make a custom button and handle the click event by calling `setOption` and update the zoom.


-- 
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


[GitHub] [echarts] 4bbada closed issue #17375: When back or zoom is not used

Posted by "4bbada (via GitHub)" <gi...@apache.org>.
4bbada closed issue #17375: When back or zoom is not used
URL: https://github.com/apache/echarts/issues/17375


-- 
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