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

Function parseColorArray

src/traces/mesh3d/convert.js:51–58  ·  view source on GitHub ↗
(colors)

Source from the content-addressed store, hash-verified

49};
50
51function parseColorArray(colors) {
52 var b = [];
53 var len = colors.length;
54 for(var i = 0; i < len; i++) {
55 b[i] = str2RgbaArray(colors[i]);
56 }
57 return b;
58}
59
60// Unpack position data
61function toDataCoords(axis, coord, scale, calendar) {

Callers 1

convert.jsFile · 0.85

Calls 1

str2RgbaArrayFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…