10000
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 3c2e115 commit b46c096Copy full SHA for b46c096
package.json
@@ -70,7 +70,7 @@
70
"gl-plot3d": "^1.5.1",
71
"gl-pointcloud2d": "^1.0.0",
72
"gl-scatter2d": "monfera/gl-scatter2d#64-bit",
73
- "gl-scatter2d-fancy": "^1.1.1",
+ "gl-scatter2d-fancy": "monfera/gl-scatter2d#64-bit",
74
"gl-scatter3d": "^1.0.4",
75
"gl-select-box": "^1.0.1",
76
"gl-shader": "4.2.0",
src/traces/scattergl/convert.js
@@ -389,7 +389,7 @@ proto.updateFancy = function(options) {
389
390
var len = x.length,
391
idToIndex = new Array(len),
392
- positions = new Float32Array(2 * len),
+ positions = new Float64Array(2 * len),
393
errorsX = new Float32Array(4 * len),
394
errorsY = new Float32Array(4 * len),
395
pId = 0,
0 commit comments