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 6736bbb commit c613c6cCopy full SHA for c613c6c
src/components/rangeslider/range_plot.js
@@ -47,7 +47,7 @@ module.exports = function rangePlot(gd, w, h) {
47
48
49
// for now, only scatter traces are supported
50
- var allowedTypes = ['scatter', 'scattergl'];
+ var allowedTypes = ['scatter'];
51
52
for(var i = 0; i < traces.length; i++) {
53
0 commit comments