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

Function _calc

test/jasmine/tests/parcoords_test.js:276–284  ·  view source on GitHub ↗
(trace)

Source from the content-addressed store, hash-verified

274
275 describe('parcoords calc', function() {
276 function _calc(trace) {
277 var gd = { data: [trace] };
278
279 supplyAllDefaults(gd);
280
281 var fullTrace = gd._fullData[0];
282 Parcoords.calc(gd, fullTrace);
283 return fullTrace;
284 }
285
286 var base = { type: 'parcoords' };
287

Callers 1

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