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

Function add

src/traces/scattermapbox/plot.js:156–158  ·  view source on GitHub ↗
(noSource)

Source from the content-addressed store, hash-verified

154 }
155
156 function add(noSource) {
157 if(hasCluster) addCluster(noSource); else addNonCluster(noSource);
158 }
159
160 function repaint() {
161 var order = hasCluster ? ORDER.cluster : ORDER.nonCluster;

Callers 1

plot.jsFile · 0.70

Calls 2

addClusterFunction · 0.70
addNonClusterFunction · 0.70

Tested by

no test coverage detected