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

Function viewBarY

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

Source from the content-addressed store, hash-verified

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

Callers 1

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…