seconemouse commented on issue #11066: 无法显示 dataZoom
URL: 
https://github.com/apache/incubator-echarts/issues/11066#issuecomment-523754548
 
 
   http://47.101.61.6:8081/index.php
   user:demo
   password:demo
   选Graphic,点击show会出现上面的图,这个显示不了dataZoom
   是这样配置的:
   dataZoom: [                
           {                  
               type: 'inside',
               start: 0,      
               end: 100       
           },                 
           {                  
               show: true,    
               type: 'slider',
               start: 0,      
               xAxisIndex: 0, 
               end: 100       
           }                  
       ],                     
   
   
   下面一个示例可以显示

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org

Reply via email to