vue使用echart的树形图

vue使用echart的树形图

symbol 节点形状(可以是图片转为base64)

base64=>http://tool.chinaz.com/tools/imgtobase/

节点.symbol = "image://"+base64生成的地址;

collapsed 控制节点折叠

节点.collapsed = true

图标点击改变图标

 that.chart.resize(); //refresh不起作用2.  //现在echart的版本4.

部分配置参考

https://blog.csdn.net/qq_40594137/article/details/80263015

echart

https://echarts.apache.org/examples/zh/editor.html?c=tree-basic

你可能感兴趣的:(vue使用echart的树形图)