echarts
echarts copied to clipboard
[Feature] Organogram
What problem does this feature solve?
An "organogram" or "organizational chart", on the echarts "examples" page.
What does the proposed API look like?
Unknown.
Simple hierarchies could be built with trees. After customizing, one could get something like this. For more elaborate org charts, you'll need a specialized JS library.
Thanks for the advice!
I tried it with trees but it's quite difficult - do you know of any examples? I hope at some point an example will be added to the examples page.
(Or do you know of a specialized library? I've tried to find an open-source JS one without luck.)
maybe graphs would be a better choice than trees.