MCPcopy Create free account
hub / github.com/plotly/plotly.js / prop

Function prop

src/traces/parcoords/parcoords.js:124–124  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

122 return d3.rgb('rgb(' + RGBA[0] + ',' + RGBA[1] + ',' + RGBA[2] + ')');
123 });
124 var prop = function(n) { return function(o) { return o[n]; }; };
125
126 // We can't use d3 color interpolation as we may have non-uniform color palette raster
127 // (various color stop distances).

Callers 1

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