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

Function get

test/jasmine/tests/scatterternary_test.js:252–256  ·  view source on GitHub ↗
(cd, component)

Source from the content-addressed store, hash-verified

250 });
251
252 function get(cd, component) {
253 return cd.map(function(v) {
254 return v[component];
255 });
256 }
257
258 it('should fill in missing component (case \'c\')', function() {
259 trace.a = [0.1, 0.3, 0.6];

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected