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

Function _supply

test/jasmine/tests/histogram_test.js:522–531  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

520 }
521
522 function _supply() {
523 gd = {
524 data: traces,
525 layout: {
526 barmode: 'group',
527 grid: {rows: 2, columns: 1}
528 }
529 };
530 supplyAllDefaults(gd);
531 }
532
533 initTraces();
534 _supply(gd);

Callers 1

histogram_test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…