UNPKG

d3-graphviz

Version:

Graphviz DOT rendering and animated transitions for D3

15 lines (10 loc) 220 B
export default function(src, callback) { var graphvizInstance = this; this .dot(src, render); function render() { graphvizInstance .render(callback); } return this; };