Is there a Javascript library that allows me to draw organisation charts left to right? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this questionI'm working on a project where I need to render diagrams in the browser similar to this:
I've looked at a number of organisational charting tools such as the Google Visualisations Organisation Chart but none of them seem to let me change the orientation.
The nodes shown in the diagram above don't have to be icons, in fact I'd prefer to work with just plain old boxes where I can inject a snippet of HTML (in the same way you can do with the Google Visualisations Organisation Chart).
It would also be useful to be able to highlight a specific path through the chart, as the green lines in the example above do.
Does such a library exist?
One of the helpful folks over at DocType, Ktash, suggested I try The JavaScript InfoVis Toolkit.
It has a visualisation called SpaceTree which after a bit of hacking around should fit my needs.
精彩评论