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

Function makeCalcData

test/jasmine/tests/scatter_test.js:442–446  ·  view source on GitHub ↗
(ptsIn)

Source from the content-addressed store, hash-verified

440 };
441
442 function makeCalcData(ptsIn) {
443 return ptsIn.map(function(pt) {
444 return {x: pt[0], y: pt[1]};
445 });
446 }
447
448 function callLinePoints(ptsIn, opts) {
449 var thisOpts = {};

Callers 1

callLinePointsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…