Skip to content

Commit c613c6c

Browse files
committed
Remove scattergl support (for now)
1 parent 6736bbb commit c613c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/rangeslider/range_plot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = function rangePlot(gd, w, h) {
4747

4848

4949
// for now, only scatter traces are supported
50-
var allowedTypes = ['scatter', 'scattergl'];
50+
var allowedTypes = ['scatter'];
5151

5252
for(var i = 0; i < traces.length; i++) {
5353

0 commit comments

Comments
 (0)