selectedMode: "single",
select: {
itemStyle: {
color: "rgba(236, 114, 17, 1)"
// backgroundColor: "rgba(236, 114, 17, 1)";
},
lineStyle:
{
color: "rgba(236, 114, 17, 1)"
}
},
The lineStyle i.e the color of the branch doesn't change on click of the node.
- OS:
- Browser:
- Framework:
Version
5.0.1
Link to Minimal Reproduction
https://jsfiddle.net/ck35xrL8/
Steps to Reproduce
Current Behavior
The lineStyle i.e the color of the branch doesn't change on click of the node.
Expected Behavior
The color should change to the provided color
Environment
Any additional comments?
No response