zxyao145 opened a new issue #10001: Echarts 4 Tree 设置节点颜色
URL: https://github.com/apache/incubator-echarts/issues/10001
 
 
   
我在使用树图的时候,想要设置节点(非叶子节点)的颜色,但是我发现color是代表该节点折叠时的颜色,并且在配置项手册中我没有找到相关的选项,请问应该如何处理?
   ```js
   var data = {
        "name": "root",
        "children": [{
                "name": "animate",
                "itemStyle": {
                        "color": "#ff0000", //这是节点折叠时候的颜色
                }
        }]
   }
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]

Reply via email to