organization chart jquery plugin [closed]
I want to create organization chart page, that allow the user to:
- Write node name in a text field.
- Drag and drop the text field to a specific location in the hierarchy DIV.
- Remove or update hierarchy(change node name or remove it).
After a quick search on the internet I found JavaScript InfoVis Toolkit and google code. The problem in InfoVis Toolkit that it uses HTML5 and I need HTML4.
Is there is any other organization chart jquery plugin that satisfies the requirements?
Check out Google Chart Tools http://code.google.com/apis/chart/interactive/docs/gallery/orgchart.html It's pure Javascript and not JQuery tough, but we use it and it works ok.
精彩评论