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 2021/03/20 07:52:18 UTC

[GitHub] [echarts] vok123 commented on issue #8889: 显示dataZoom后,如何隐藏dataZoom?谢谢

vok123 commented on issue #8889:
URL: https://github.com/apache/echarts/issues/8889#issuecomment-803267975


   ```
   dataZoom: [
     {
       type: 'inside',
       start: 0,
       end: 15
     }, {
       type: 'slider',
       show: false // 关键设置
     }
    ]
   ```


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

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