Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML5 based node-graph editor? [closed]

I'm looking for an in browser click-n-drag type editor for editing directed labeled graphs.

All I need is a widget to support the editing and the ability to submit (AJAX, form, whatever) the resulting set of origin/label/terminus tuples. It's not what I need it for, but a GUI editor for simple GraphViz cases would be nearly ideal. This UML widget is kinds along the right track.

And I'm kind of restricted to open source, freeware and public domain.

Some other close, but not quite options:

  • arbor.js (view, not edit. And I don't need the auto layout.)
  • springy (ditto.)
like image 714
BCS Avatar asked Feb 02 '11 16:02

BCS


1 Answers

You could try using Znode. A simple open source flow chart editor I created over the christmas break. It uses jQuery and Raphael. It doesn't really make use of html5 features because I wanted high browser compatability - I've tested in firefox, safari, chrome and ie6-8. It's still in development but it's stable.

Here is more info: http://www.zreference.com/znode/

like image 189
Zevan Avatar answered Sep 18 '22 18:09

Zevan