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

Function addNonCluster

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

Source from the content-addressed store, hash-verified

131 }
132
133 function addNonCluster(noSource) {
134 var order = ORDER.nonCluster;
135 for(var i = 0; i < order.length; i++) {
136 var k = order[i];
137 var opts = optsAll[k];
138 if(!noSource) lThis.addSource(k, opts);
139 lThis.addLayer(k, opts, below);
140 }
141 }
142
143 function removeNonCluster(noSource) {
144 var order = ORDER.nonCluster;

Callers 1

addFunction · 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…