MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / renderDot

Function renderDot

chapter21/docs/d3-graphviz.js:1227–1234  ·  view source on GitHub ↗
(src, callback)

Source from the content-addressed store, hash-verified

1225 }
1226
1227 function renderDot (src, callback) {
1228 var graphvizInstance = this;
1229 this.dot(src, render);
1230 function render() {
1231 graphvizInstance.render(callback);
1232 }
1233 return this;
1234 }
1235
1236 function transition (name) {
1237 if (name instanceof Function) {

Callers

nothing calls this directly

Calls 1

dotMethod · 0.45

Tested by

no test coverage detected