100pah commented on issue #8490: Add null checks for setAxisModel
URL: 
https://github.com/apache/incubator-echarts/pull/8490#issuecomment-543565308
 
 
   @dr-itz which version of echarts are you using?
   
   I can not reproduce the problem by the example you provided above:
   
   ```js
   option = {
       xAxis: {
           type: 'category',
           boundaryGap: false,
           
       },
       yAxis: {
           type: 'value'
       },
       series: [{
           data: [['Tue',820]],
           type: 'line',
           areaStyle: {}
       }],
       dataZoom:[{
           type:'slider',
           startValue:'mon'
       }]
   };
   ```
   
   Do you have some guide that how to reproduce it ?

----------------------------------------------------------------
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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to