How to create big organization charts like google maps?

1k Views Asked by At

I don't know javascript (unfortunately) and I'd like to make a mindmap-like "organization chart" similar to this one: Mindomo organization chart screenshot

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 flash-oriented.

Does anybody know of a similar solution?

My research pointed me out that this could be a svg sketch, possibly generated offline, or maybe something using canvas. 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.

1

There are 1 best solutions below

2
On

A few important questions: Do you need this generated in real time based on some underlying dataset? Aside from zooming, should the user be able to manually open/close nodes?

You can manually generate this simply using some free tools:

although non-traditional, can you consider using Prezi?