enerit-developer-team opened a new issue, #21582: URL: https://github.com/apache/echarts/issues/21582
### Version 6.0.0 ### Link to Minimal Reproduction https://jsfiddle.net/zhtk7mw1/ ### Steps to Reproduce 1. Create a tree chart 2. Try to set the border color using itemStyle.borderColor ### Current Behavior itemStyle.borderColor and itemStyle.borderWidth is ignored, itemStyle.color is treated as itemStyle.borderColor. Item color in the middle is always white. Interestingly, itemStyle.borderType behaves according to the docs. ### Expected Behavior Properties mentioned above behave according to the documentation. ### Environment ```markdown - OS: - Browser: - Framework: ``` ### Any additional comments? In Issue: https://github.com/apache/echarts/issues/15578 it has been recommended to set the symbol to circle. This however causes a new bug: this way it is impossible to tell apart a collapsed node with children, and an uncollapsed node without children. -- 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]
