Examples of process / mind mapping using Javascript?

Are there any examples for creating a style visualization of a process or Mind-Mapping map using Javascript visualization libraries (e.g. Raphael / Processing, etc.)?

+3
source share
2 answers

Found it! http://kenneth.kufluk.com/google/js-mindmap/ is also very useful widget structure from MIT. http://www.simile-widgets.org/

0
source

I created a mind map application using Raphael, but it is still very buggy and has not yet been released. Raphael version 2.0 will also be released soon, and I will be rebuilding this version.

There is an HTML5 display version called Think

0
source

All Articles