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

Function fill

src/components/fx/hover.js:2179–2182  ·  view source on GitHub ↗
(key, calcKey, traceKey)

Source from the content-addressed store, hash-verified

2177 };
2178
2179 function fill(key, calcKey, traceKey) {
2180 var val = getVal(calcKey, traceKey);
2181 if (pass(val)) d[key] = val;
2182 }
2183
2184 fill('hoverinfo', 'hi', 'hoverinfo');
2185 fill('bgcolor', 'hbg', 'hoverlabel.bgcolor');

Callers 2

cleanPointFunction · 0.70
index.jsFile · 0.50

Calls 1

passFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…