Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.js
/ limitX0
Function
limitX0
src/traces/treemap/plot_one.js:144–144 ·
view source on GitHub ↗
(p)
Source
from the content-addressed store, hash-verified
142
143
var
xStart = viewBarX(0);
144
var
limitX0 =
function
(p) { p.x = Math.max(xStart, p.x); };
145
146
var
edgeshape = trace.pathbar.edgeshape;
147
Callers
1
pathAncestor
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…