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

Function removeLabels

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

Source from the content-addressed store, hash-verified

25}
26
27function removeLabels(plotGroup) {
28 selectLabels(plotGroup).remove();
29}
30
31module.exports = function (gd, plotinfo, cdheatmaps, heatmapLayer) {
32 var xa = plotinfo.xaxis;

Callers 1

plot.jsFile · 0.85

Calls 1

selectLabelsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…