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

Function viewMapY

src/traces/treemap/plot_one.js:131–131  ·  view source on GitHub ↗
(y)

Source from the content-addressed store, hash-verified

129
130 var viewMapX = function(x) { return cenX + x; };
131 var viewMapY = function(y) { return cenY + y; };
132
133 var barY0 = viewMapY(0);
134 var barX0 = viewMapX(0);

Callers 3

plot_one.jsFile · 0.85
pathDescendantFunction · 0.85
toMoveInsideSliceFunction · 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…