echarts icon indicating copy to clipboard operation
echarts copied to clipboard

[Feature] Organogram

Open lonix1 opened this issue 10 months ago • 3 comments

What problem does this feature solve?

An "organogram" or "organizational chart", on the echarts "examples" page.

Examples.

What does the proposed API look like?

Unknown.

lonix1 avatar May 27 '25 06:05 lonix1

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.

helgasoft avatar May 28 '25 04:05 helgasoft

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.)

lonix1 avatar May 29 '25 02:05 lonix1

maybe graphs would be a better choice than trees.

helgasoft avatar May 30 '25 05:05 helgasoft