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

Function _supply

test/jasmine/tests/scatterpolar_test.js:17–20  ·  view source on GitHub ↗
(traceIn, layout)

Source from the content-addressed store, hash-verified

15 var traceOut;
16
17 function _supply(traceIn, layout) {
18 traceOut = {};
19 ScatterPolar.supplyDefaults(traceIn, traceOut, '#444', layout || {});
20 }
21
22 it('should not truncate *r* when longer than *theta*', function() {
23 // this is handled at the calc step now via _length.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…