Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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 :(

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.