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 2019/10/18 07:24:31 UTC

[GitHub] [incubator-echarts] 100pah commented on issue #8490: Add null checks for setAxisModel

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


With regards,
Apache Git Services

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