Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.js
/ dimAttr
Function
dimAttr
src/components/legend/style.js:719–723 ·
view source on GitHub ↗
(v, dflt, max)
Source
from the content-addressed store, hash-verified
717
}
718
719
function
dimAttr(v, dflt, max) {
720
if
(v && Lib.isArrayOrTypedArray(v))
return
dflt;
721
if
(v > max)
return
max;
722
return
v;
723
}
Callers
1
styleBarLike
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…