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 2019/10/22 06:48:27 UTC

[GitHub] [incubator-echarts] deqingli commented on issue #8048: Echarts 4.0 Tree: Color of leaf nodes in tree not work

deqingli commented on issue #8048: Echarts 4.0 Tree: Color of leaf nodes in tree not work
URL: https://github.com/apache/incubator-echarts/issues/8048#issuecomment-544828125
 
 
   @rogerlh This is not a bug, the color of the node is used to represent the expansion and collapse of the current subtree, so when a subtree is collapsed, it is treated as a leaf node, which is the red color you set. When a leaf node of a non-subtree, in order to indicate that the current node has no subtree, its color is set to white. In the future, we will use some custom symbols to represent the expansion and collapse of the subtree, so there will be no confusion in the color configuration.

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