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

Function makeColorScaleFuncFromTrace

src/components/colorscale/helpers.js:210–212  ·  view source on GitHub ↗
(trace, opts)

Source from the content-addressed store, hash-verified

208}
209
210function makeColorScaleFuncFromTrace(trace, opts) {
211 return makeColorScaleFunc(extractScale(trace), opts);
212}
213
214function colorArray2rbga(colorArray) {
215 var colorObj = {

Callers 1

plot.jsFile · 0.85

Calls 2

makeColorScaleFuncFunction · 0.85
extractScaleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…