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