I don't know javascript (unfortunately) and I'd like to make a mindmap-like "organization chart" similar to this one: http://www.mindomo.com/view?m=d810818269d541a6a9d58d43a383cce5
This map should have an ability to zoom-in and zoom-out similar to google maps, and the ability to arbitrarily connect nodes. So it is more like a free graph, not like an ordinal tree. Mindomo makes this pretty well, but it is commercial and heavy. And flash oriented.
Does anybody know similar solution?
My research pointed me out that this could be a svg sketch painted on canvas (even offline), or some similar solution. A click on the node should redirect to some web location.
Google maps is good because it also hides some details, and so should do this graph map in zoomed out projection. Please suggest something, I run out of ideas :(