Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.js
/ yFn
Function
yFn
src/traces/heatmap/plot.js:525–527 ·
view source on GitHub ↗
(d)
Source
from the content-addressed store, hash-verified
523
return
d.x;
524
};
525
var
yFn =
function
(d) {
526
return
d.y - fontSize * ((d.l * LINE_SPACING) / 2 - 1);
527
};
528
529
var
labels = selectLabels(plotGroup).data(textData);
530
Callers
1
plot.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected