UNPKG

d3-graphviz

Version:

Graphviz DOT rendering and animated transitions for D3

10 lines (7 loc) 161 B
export default function(enable) { this._options.tweenShapes = enable; if (enable) { this._options.tweenPaths = true; } return this; };