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

Function xFn

src/traces/heatmap/plot.js:522–524  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

520 if (fontSize <= 0 || !isFinite(fontSize)) return;
521
522 var xFn = function (d) {
523 return d.x;
524 };
525 var yFn = function (d) {
526 return d.y - fontSize * ((d.l * LINE_SPACING) / 2 - 1);
527 };

Callers 1

plot.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected