ZhangEvan20190527 opened a new issue #11114: 
(官方实例上可复现bug)3D柱状图当前面有部分NaN值时,会导致数组前后位置对称的有数据的部分也显示不出来
URL: https://github.com/apache/incubator-echarts/issues/11114
 
 
   ### Version
   4.2.1
   
   ### Steps to reproduce
   echarts官网上3D柱状图的第一个实例:
   把data如下处理:
   for(let i=1; i<400; i  ){
           data[i][1]=NaN;
       }
   即把前400个z轴数据变为NaN值,结果发现从数组后往前数的400个数据(也是原本有数据不为NaN的地方)也显示不出来了。
   
   ### What is expected?
   前400个数据显示为空。其余显示正常
   
   ### What is actually happening?
   前400个数据显示为空。后400个有数据的点也显示不出来了
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   

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