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

Function getMockModeBarTree

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

Source from the content-addressed store, hash-verified

27 }
28
29 function getMockModeBarTree() {
30 var el = document.createElement('div');
31 el.className = 'modebar-container';
32 return el;
33 }
34
35 function getMockGraphInfo(xaxes, yaxes) {
36 return {

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…