Skip to content

Commit 652f898

Browse files
committed
clean fix
1 parent 03dfedc commit 652f898

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

package-lock.json

Lines changed: 2 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"gl-plot2d": "^1.4.0",
8181
"gl-plot3d": "^1.6.0",
8282
"gl-pointcloud2d": "^1.0.1",
83-
"gl-scatter3d": "^1.1.0",
83+
"gl-scatter3d": "git://github.com/gl-vis/gl-scatter3d.git#f5a6507e4468ec62a81e2fc13c97d73159775f0d",
8484
"gl-select-box": "^1.0.2",
8585
"gl-spikes2d": "^1.0.1",
8686
"gl-streamtube3d": "^1.1.1",

src/traces/scatter3d/convert.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,6 @@ proto.update = function(data) {
367367

368368
// N.B. marker.opacity must be a scalar for performance
369369
var scatterOpacity = data.opacity;
370-
if(scatterOpacity > 0.99) scatterOpacity = 0.99;
371-
372370
if(data.marker && data.marker.opacity) scatterOpacity *= data.marker.opacity;
373371

374372
scatterOptions = {

0 commit comments

Comments
 (0)