UNPKG

d3-graphviz

Version:

Graphviz DOT rendering and animated transitions for D3

7 lines (5 loc) 319 B
import {selection} from "d3-selection"; import selection_graphviz from "./graphviz.js"; import selection_selectWithoutDataPropagation from "./selectWithoutDataPropagation.js"; selection.prototype.graphviz = selection_graphviz; selection.prototype.selectWithoutDataPropagation = selection_selectWithoutDataPropagation;