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

Function base

test/jasmine/tests/box_test.js:1317–1323  ·  view source on GitHub ↗
(patch)

Source from the content-addressed store, hash-verified

1315 }
1316
1317 function base(patch) {
1318 return Lib.extendFlat(minimal({
1319 x: [1, 2],
1320 lowerfence: [0, 1],
1321 upperfence: [4, 5]
1322 }), patch || {});
1323 }
1324
1325 function _assert(msg, d, keys, exp) {
1326 var actual = keys.map(function(k) { return d[k]; });

Callers 1

box_test.jsFile · 0.70

Calls 1

minimalFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…