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

Function hoverDataKey

src/components/fx/hover.js:986–988  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

984}
985
986function hoverDataKey(d) {
987 return [d.trace.index, d.index, d.x0, d.y0, d.name, d.attr, d.xa ? d.xa._id : '', d.ya ? d.ya._id : ''].join(',');
988}
989
990var EXTRA_STRING_REGEX = /<extra>([\s\S]*)<\/extra>/;
991

Callers 2

insertFunction · 0.85
createHoverTextFunction · 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…