3

Are there any examples to create a process-Map or Mind-Mapping style visualizations using Javascript visualization libraries (eg: Raphael/Processing etc)?

Satish
  • 6,457
  • 8
  • 43
  • 63

2 Answers2

0

I created a mind map application using Raphael but it's still very buggy and so not released yet. Also Raphael version 2.0 will be released shortly and I will be rebuilding for that version.

There is a HTML5 version of mind mapping called Think

Adam Holmes
  • 1,783
  • 3
  • 20
  • 32
0

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

Satish
  • 6,457
  • 8
  • 43
  • 63