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

Function viewBarX

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

Source from the content-addressed store, hash-verified

134 var barX0 = viewMapX(0);
135
136 var viewBarX = function(x) { return barX0 + x; };
137 var viewBarY = function(y) { return barY0 + y; };
138
139 function pos(x, y) {

Callers 2

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