You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/07/03 15:48:18 UTC

[GitHub] [incubator-echarts] XiaoChengji opened a new issue #10800: SVG渲染折线图时,相同值的两点不绘制线段,canvas渲染下正常

XiaoChengji opened a new issue #10800: SVG渲染折线图时,相同值的两点不绘制线段,canvas渲染下正常
URL: https://github.com/apache/incubator-echarts/issues/10800
 
 
   ### Version
   4.2.1
   
   ### Steps to reproduce
   
   SVG渲染折线图时,相同值的两点不绘制线段,canvas渲染下正常
   在SVG渲染进行了调试,发现<path>已生成,但是无法正常显示
   
   详细请参考(仅需将canvas渲染修改成svg渲染即可重现):
   [https://gallery.echartsjs.com/editor.html?c=xyurik6VFC&v=1](https://gallery.echartsjs.com/editor.html?c=xyurik6VFC&v=1)
   
   ### What is expected?
   canvas和SVG渲染折线图时,相同值的两点绘制线段,均显示正常
   
   ### What is actually happening?
   SVG渲染折线图时,相同值的两点不绘制线段,canvas渲染下正常
   在SVG渲染进行了调试,发现<path>已生成,但是无法正常显示

----------------------------------------------------------------
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: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org