Is there a jQuery plugin for rendering Dot language files?

Is there a jQuery plugin to display Dot files in a browser as indicated here ?

I saw the proof of concept in Visual Policy , but it doesn’t seem to fully support the Dot language, as it doesn’t display correctly.

Any libraries out there I could look at that?

I need to implement network graphics in a browser from point files downloaded via Ajax (and not generated on the server side PNG).

+5
source share
2 answers

, , "viz.js" GraphViz DOT java script DOT (. https://github.com/mdaines/viz.js).

, WP GraphViz, WordPress (. http://wordpress.org/plugins/wp-graphviz/).

+1

All Articles