Reputation: 133
I want to create an interactive organizational/hierarchical chart. Please suggest an API supported on JSP/JQuery. I want an interactive multidimensional chart such that i click on a component and its further details are revealed. something like implementing multi level abstraction
Upvotes: 0
Views: 832
Reputation: 2209
There are lot of Libraries Available for charting
And you can find some Interesting comparison here. You can get the Idea from that. http://en.wikipedia.org/wiki/Comparison_of_JavaScript_charting_frameworks
Thank you.
Upvotes: 1
Reputation: 1889
Try Google charts
. It supports building organizational charts through for a given json data. You can find the documentation at:-
https://developers.google.com/chart/interactive/docs/gallery/orgchart#Example
Upvotes: 1