On this screencast, at time 16:15, Paul Nielsen talks about displaying data as a mindmap. How could I do that?
Asked
Active
Viewed 3,908 times
3
-
3http://code.google.com/p/js-mindmap/ looks interesting. – Phillip Senn May 01 '10 at 18:26
-
2http://morrisonpitt.com/jsPlumb/html/demo2.html – Phillip Senn May 01 '10 at 18:33
-
Hi Philip, another one I like: Demo: http://movie-map.com/city+of+god.html ; Code: http://movie-map.com/elements/objects/related.js . It's a personal project but can't find the License :( – Xavi Esteve May 10 '10 at 11:41
-
check out http://mindmeister.com – powtac May 10 '10 at 16:23
3 Answers
2
If you are looking for a generic graph visualisation tool have a look at www.graphviz.org/ here is their Gallery

jonmiddleton
- 1,122
- 14
- 16
1
The open source tool Freemind freemind.sourceforge.net/ uses an XML file format with file extension .mm. You could generate the file then provide a download link.

tfentonz
- 524
- 2
- 7