d3-graphviz
Version:
Graphviz DOT rendering and animated transitions for D3
7 lines (5 loc) • 313 B
JavaScript
import {selection} from "d3-selection";
import selection_graphviz from "./graphviz";
import selection_selectWithoutDataPropagation from "./selectWithoutDataPropagation";
selection.prototype.graphviz = selection_graphviz;
selection.prototype.selectWithoutDataPropagation = selection_selectWithoutDataPropagation;