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

Function _calc

test/jasmine/tests/axes_test.js:5055–5059  ·  view source on GitHub ↗
(trace, layout)

Source from the content-addressed store, hash-verified

5053 var gd;
5054
5055 function _calc(trace, layout) {
5056 gd = {data: [trace], layout: layout};
5057 supplyDefaults(gd);
5058 Plots.doCalcdata(gd);
5059 }
5060
5061 function _assert(msg, exp) {
5062 var cd = gd.calcdata[0];

Callers 1

axes_test.jsFile · 0.70

Calls 1

supplyDefaultsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…