Ways to render dot/graphviz in web2py?

36 Views Asked by At

What is the best/proper way to make a d3 graphviz graph in web2py? How can I use the d3-js files of the admin app?

d3.select("#graph").graphviz().renderDot("digraph {a -> c}");
0

There are 0 best solutions below