Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Not exactly what you're asking for - but the potential of the projects I'm going to mention is pretty huge - as a graphviz fan I've been really amazed at what is now possible.</p> <p>The short history:</p> <ul> <li><a href="http://ushiroad.com/jsviz/" rel="nofollow">http://ushiroad.com/jsviz/</a> - ushiroad cooked up this lil guy. Using the Emscripten project he cross-compiled enough of graphviz to get layout and basic node stuff as a pure javascript app. You have to click the little round-arrow button on the bottom-right of the DOT src frame.</li> </ul> <p>The only down-side (which in no way diminishes the awesomeness of porting graphviz to javascript) is the limitation on what you can do with it. it's basically just dot layout with a couple primary shaped nodes - doesn't support color. etc.</p> <p>The author was awesome enough to upload his work to github, <a href="https://github.com/gyuque/livizjs" rel="nofollow">https://github.com/gyuque/livizjs</a></p> <ul> <li><a href="https://github.com/mdaines/viz.js" rel="nofollow">https://github.com/mdaines/viz.js</a> - looks like it took it to the next level, from the <a href="http://mdaines.github.io/viz.js/" rel="nofollow">demo page</a> it looks as though vis.js can do everything the standard build of graphviz can do, but all in your browser.</li> </ul> <p>So, if you were so inclined - you could pretty easily take one of the lightweight (but pro!) in-browser editors like <a href="http://codemirror.net/" rel="nofollow">CodeMirror</a> (it has vi key support) - and rig up a 'render' button like jsviz.</p> <p>So.. not exactly what you were looking for. But holy moly for the person who spends a little time on this problem - a bounty of web based client-side graphing tools await.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload