I need to add to my GWT site a dynamic org chart which:
- List item
- can handle large number of nodes.
- can be changed dynamically, e.g. selecting a specific node will draw it's children in case they were hidden. (preferably without redrawing the whole graph)
- a small orientation window would be great.
- nodes have to be clickable.
I'm now using OrgChart and I have many problems with it, e.g. in Explorer it shows maximum ~100 nodes (because of the table column limitation in tables). When I add a node, I need to refresh the whole chart causing the user to lose orientation and some more.
What should I use to be able to create it?