MCPcopy Index your code
hub / github.com/plotly/plotly.js / getMockContainerTree

Function getMockContainerTree

test/jasmine/tests/modebar_test.js:19–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 function noop() {}
18
19 function getMockContainerTree() {
20 var root = document.createElement('div');
21 root.className = 'plot-container';
22 var parent = document.createElement('div');
23 parent.className = 'svg-container';
24 root.appendChild(parent);
25
26 return parent;
27 }
28
29 function getMockModeBarTree() {
30 var el = document.createElement('div');

Callers 1

getMockGraphInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…