Please recommend a suitable tree diagram plug-in

at present, the project is a front-end built with vue.js. I searched the Internet and found only two plug-ins, one is Baidu"s echarts, and the other is d3.js.
but it seems that the tree structure of these two trees can only be tree spread structure, so is there a plug-in that can achieve this effect below? Can you spread the child nodes at will, and then aggregate the child nodes into a single point?

clipboard.png

ps:echartsd3.js

clipboard.png


hi landlord would like to ask you how you finally realized this requirement?


recommends vue-simple-tree. I hope it can help you


. You can only use canvas to draw


if you have time, you can use recursion to write a


echarts diagram that is much more flexible than you think, and you are free to add points. And define the connection between points, and it is no problem to realize your requirements

Menu