Version
6.0.0
Link to Minimal Reproduction
https://jsfiddle.net/zhtk7mw1/
Steps to Reproduce
- Create a tree chart
- 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
- OS:
- Browser:
- Framework:
Any additional comments?
In Issue: #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.
Version
6.0.0
Link to Minimal Reproduction
https://jsfiddle.net/zhtk7mw1/
Steps to Reproduce
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
Any additional comments?
In Issue: #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.