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

Function removeCluster

src/traces/scattermap/plot.js:124–131  ·  view source on GitHub ↗
(noSource)

Source from the content-addressed store, hash-verified

122 }
123
124 function removeCluster(noSource) {
125 var order = ORDER.cluster;
126 for(var i = order.length - 1; i >= 0; i--) {
127 var k = order[i];
128 map.removeLayer(lThis.layerIds[k]);
129 }
130 if(!noSource) map.removeSource(lThis.sourceIds.circle);
131 }
132
133 function addNonCluster(noSource) {
134 var order = ORDER.nonCluster;

Callers 1

removeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…