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

Function remove

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

Source from the content-addressed store, hash-verified

150 }
151
152 function remove(noSource) {
153 if(hadCluster) removeCluster(noSource); else removeNonCluster(noSource);
154 }
155
156 function add(noSource) {
157 if(hasCluster) addCluster(noSource); else addNonCluster(noSource);

Callers 1

plot.jsFile · 0.70

Calls 2

removeClusterFunction · 0.70
removeNonClusterFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…