foxhome123 commented on issue #18318:
URL: https://github.com/apache/echarts/issues/18318#issuecomment-2303560434

   我也遇到类似的问题,version5.5.1,type设置为tree,当edgeShape设置'polyline' 
,data中lineStyle设置颜色,渲染的是本节点到子节点的树图边;而edgeShape设置'curve'时,data中lineStyle设置颜色,渲染的是本节点到父节点的树图边。edgeShape的值,影响了data中lineStyle的渲染,这太诡异了。希望开发者可以解决(渲染为本节点到父节点的树图边,因为父节点树图边唯一,能代表本节点的状态)!
   
   I had a similar problem, version5.5.1, when i set type: tree, edgeShape: 
polyline, lineStyle in data sets the color and renders the edge of the tree 
from this node to the child node;When edgeShape sets 'curve', lineStyle in data 
sets the color , rendering the edge of the tree from the local node to the 
parent node. The value of edgeShape affects the rendering of lineStyle in data, 
which is weird.Hope the developers can solve it (Render as the tree edge from 
the local node to the parent node, because the parent node tree edge is unique, 
can represent the state of the node)!


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to