Skip to content

Commit f6c33bd

Browse files
authored
Merge pull request #6830 from plotly/regl-scatter2d-3.3.1
Fix `scattergl` rendering bug on M1 mac devices
2 parents 0e03c93 + a8e110d commit f6c33bd

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

draftlogs/6830_fix.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Fix scattergl rendering bug on M1 mac devices [[#6830](https://github.com/plotly/plotly.js/pull/6830)],
2+
with thanks to @justinjhendrick for the contribution!

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"regl": "npm:@plotly/regl@^2.1.2",
110110
"regl-error2d": "^2.0.12",
111111
"regl-line2d": "^3.1.2",
112-
"regl-scatter2d": "^3.2.9",
112+
"regl-scatter2d": "^3.3.1",
113113
"regl-splom": "^1.0.14",
114114
"strongly-connected-components": "^1.0.1",
115115
"superscript-text": "^1.0.0",

0 commit comments

Comments
 (0)