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 2020/10/15 03:49:03 UTC

[GitHub] [incubator-echarts] shArpyYAo commented on issue #7387: echart gl line3D 数据隔得太近线变成虚线了,怎解决呢

shArpyYAo commented on issue #7387:
URL: https://github.com/apache/incubator-echarts/issues/7387#issuecomment-708878819


   原因知道了,是因为数据点分布不均导致的。如果数据点分布均匀,线是不会变细甚至变成虚线的。
   解决方法是在数据上做文章。如果两个数据点之间距离大于某个值(自己根据实际情况设置),就插入点(在两点之间的直线上,具体多少个自己根据实际情况设置)。


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



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