MCPcopy
hub / github.com/plotly/plotly.js / _doPlot

Function _doPlot

test/jasmine/tests/plot_promise_test.js:4–6  ·  view source on GitHub ↗
(gd, data, layout)

Source from the content-addressed store, hash-verified

2var Events = require('../../../src/lib/events');
3var Registry = require('../../../src/registry');
4function _doPlot(gd, data, layout) {
5 return Registry.call('_doPlot', gd, data, layout);
6}
7
8var createGraphDiv = require('../assets/create_graph_div');
9var destroyGraphDiv = require('../assets/destroy_graph_div');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…