Skip to content

Commit bb11313

Browse files
committed
Fixup lines
1 parent 32118b0 commit bb11313

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@
9999
"polybooljs": "^1.2.0",
100100
"regl": "^1.3.1",
101101
"regl-error2d": "^2.0.3",
102-
"regl-line2d": "^2.1.5",
102+
"regl-line2d": "github:dy/regl-line2d",
103103
"regl-scatter2d": "^3.0.0",
104-
"regl-scattermatrix": "github:dfcreative/regl-scattermatrix",
104+
"regl-scattermatrix": "github:dy/regl-scattermatrix",
105105
"right-now": "^1.0.0",
106106
"robust-orientation": "^1.1.3",
107107
"sane-topojson": "^2.0.0",

src/traces/splom/base_plot.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ function makeGridData(gd) {
107107
thickness: lwidth,
108108
color: lcolor,
109109
viewport: fullView,
110-
range: fullView
110+
range: fullView,
111+
overlay: false
111112
};
112113
}
113114
}

0 commit comments

Comments
 (0)