rollYouth opened a new issue #12399: 关于canvas中折线超过12000不显示
URL: https://github.com/apache/incubator-echarts/issues/12399
 
 
   ### Version
   4.7.0
   
   ### Steps to reproduce
   myECharts.resize({ width: 35000, height: 180 });
   
   ### What is expected?
   正常显示
   
   ### What is actually happening?
   坐标轴都有,但是线只显示12000px的长度
   
   ---
   
我们现在需要用图表画很长的波形图,用echarts原生的dataZoom的slider滚动会很卡,考虑一次渲染完滚动canvas的dom元素,发现canvas中超过12000px就不显示线,但是鼠标移上去点还是有的。
   
   <!-- 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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to