Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.js
File · 0.85
pathDescendant
Function · 0.85
toMoveInsideSlice
Function · 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…