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

Function _supply

test/jasmine/tests/colorbar_test.js:20–27  ·  view source on GitHub ↗
(trace, layout)

Source from the content-addressed store, hash-verified

18
19 describe('supplyDefaults:', function() {
20 function _supply(trace, layout) {
21 var gd = {
22 data: [trace],
23 layout: layout
24 };
25 supplyAllDefaults(gd);
26 return gd._fullData[0];
27 }
28
29 it('should fill in tickfont defaults', function() {
30 var out = _supply({

Callers 1

colorbar_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…