one data visualization problem: tree with children in both left and right side
In my project, I need to visualize some data in the following way, which is similar to a tree with children in both left and right side, as the below picture shows:
I prefer to use the ECharts.js library, which is already installed in the current p...