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

Function coerce

src/traces/funnel/defaults.js:13–15  ·  view source on GitHub ↗
(attr, dflt)

Source from the content-addressed store, hash-verified

11
12function supplyDefaults(traceIn, traceOut, defaultColor, layout) {
13 function coerce(attr, dflt) {
14 return Lib.coerce(traceIn, traceOut, attributes, attr, dflt);
15 }
16
17 var len = handleXYDefaults(traceIn, traceOut, layout, coerce);
18 if (!len) {

Callers 1

supplyDefaultsFunction · 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…