bw_gv_div_1
[bw_graphviz]
a -> b;
[/bw_graphviz]
Notes
- This is a lazy smart shortcode. It only delivers the jquery/vis.js file – the code that creates the diagram – when actually required.
- In order to be able to use this shortcode you need to understanding GraphViz dot language to create a Digraph – directed graph.
See also
- Props to Jan de Baat wrote the wp-graphviz plugin which prompted this shortcode.
- Props to Mike Daines who wrote the code to build viz.js https://github.com/mdaines/viz.js
- www.graphviz.org