jianghr-rr commented on PR #18428:
URL: https://github.com/apache/echarts/pull/18428#issuecomment-1488403193

   > I feel this may not be the correct way to fix the problem. It seems Graph 
series don't need such logic but support select lineStyle. Can you explain why 
this is necessary for Tree series? FYI: The original PR to support select 
styles is #12925. You may find it useful.
   
   I want to set the style of the edge by getting the status of the node in 
[drawEdge](https://github.com/apache/echarts/blob/master/src/chart/tree/TreeView.ts#L499-L502),
 but I found that this is not possible. One is because it is impossible to 
synchronize the status of the node, and the other is that the previous logic of 
losing focus will modify the status of the node.
   
   So I plan to handle this problem through callback functions, just like 
setting the style of edge when blur.
   


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to