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

Function mapValue

src/traces/isosurface/convert.js:287–290  ·  view source on GitHub ↗
(style, value)

Source from the content-addressed store, hash-verified

285 }
286
287 function mapValue(style, value) {
288 if(style === null) return value;
289 return style;
290 }
291
292 function drawTri(style, xyzv, abc) {
293 beginGroup();

Callers 1

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