UNPKG

d3-graphviz

Version:

Graphviz DOT rendering and animated transitions for D3

7 lines (4 loc) 152 B
import * as d3 from "d3-selection"; export default function(name) { return d3.select(this.size() > 0 ? this.node().querySelector(name) : null); }