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 8192b50 commit 1649b1fCopy full SHA for 1649b1f
src/traces/pointcloud/convert.js
@@ -175,6 +175,8 @@ proto.updateFast = function(options) {
175
markerColor[3] *= opacity;
176
this.pointcloudOptions.color = markerColor;
177
178
+ // detect blending from the number of points, if undefined
179
+ // because large data with blending hits performance
180
var blend = options.marker.blend;
181
if(blend === undefined) {
182
var maxPoints = 100;
0 commit comments