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

Function selectLabels

src/traces/heatmap/plot.js:23–25  ·  view source on GitHub ↗
(plotGroup)

Source from the content-addressed store, hash-verified

21var labelClass = 'heatmap-label';
22
23function selectLabels(plotGroup) {
24 return plotGroup.selectAll('g.' + labelClass);
25}
26
27function removeLabels(plotGroup) {
28 selectLabels(plotGroup).remove();

Callers 2

removeLabelsFunction · 0.85
plot.jsFile · 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…