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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
