UNPKG

d3-graphviz

Version:

Graphviz DOT rendering and animated transitions for D3

10 lines (7 loc) 211 B
export default function(engine) { if (engine != this._options.engine && this._data != null) { throw Error('Too late to change engine'); } this._options.engine = engine; return this; };