Version
5.3.1
Link to Minimal Reproduction
Steps to Reproduce
1.引入 5.3.1 版本的 echarts。
2.创建一个 id 为 main 的 div ,并设置宽高。
3.参照 echarts 树图示例渲染一张树图。
4.在树图的 data 中给有 children 子节点的数据项设置树图边颜色 lineStyle: {color: 'red'},可以设置成功。
5.当给没有 children 子节点的数据项设置树图边颜色 lineStyle: {color: 'red'},发现设置失败。
Current Behavior
依照文档我在树图的 data 中给数据项设置 lineStyle 树图边颜色发现只可以给有 children 子节点的数据项设置成功,当数据项没有children 属性(没有子节点)时,会设置失败。
Expected Behavior
我希望数据 display 所在的树图边 lineStyle 颜色可以单独设置,比如 display 所在数据项有一个中断连接状态时,lineStyle 可以被设置为红色。
Environment
- OS: macOS 12.5
- Browser: edge 107.0.1418.62 (正式版本) (arm64)
- Framework: vue 2.6.14
Any additional comments?
No response
1条答案
按热度按时间kq0g1dla1#
@huangfuwenhao It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗
TRANSLATED
TITLE
[Bug] When using lineStyle to set the edge color of a tree diagram in the data of the tree tree, the setting fails when the data item does not have the children property