Skip to content

Commit 10f8323

Browse files
committed
Bump scattergl
1 parent f0b9ee3 commit 10f8323

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 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
@@ -100,7 +100,7 @@
100100
"regl": "^1.3.1",
101101
"regl-error2d": "^2.0.3",
102102
"regl-line2d": "^3.0.8",
103-
"regl-scatter2d": "^3.0.2",
103+
"regl-scatter2d": "^3.0.3",
104104
"regl-splom": "^1.0.0",
105105
"right-now": "^1.0.0",
106106
"robust-orientation": "^1.1.3",

src/traces/scattergl/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ function plot(gd, subplot, cdata) {
546546
}
547547
}
548548

549-
// uploat viewport/range data to GPU
549+
// upload viewport/range data to GPU
550550
if(scene.fill2d) {
551551
scene.fill2d.update(vpRange);
552552
}

0 commit comments

Comments
 (0)