We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6987bc6 commit 845d990Copy full SHA for 845d990
src/traces/scattermapbox/plot.js
@@ -136,7 +136,9 @@ proto.update = function update(calcTrace) {
136
subplot.setOptions(lThis.layerIds[k], 'setLayoutProperty', opts.layout);
137
138
if(opts.layout.visibility === 'visible') {
139
- lThis.setSourceData(k, opts);
+ if(k !== 'cluster') {
140
+ lThis.setSourceData(k, opts);
141
+ }
142
subplot.setOptions(lThis.layerIds[k], 'setPaintProperty', opts.paint);
143
}
144
0 commit comments