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 11fb2da commit 8516c78Copy full SHA for 8516c78
src/plots/cartesian/layout_defaults.js
@@ -46,7 +46,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut, fullData) {
46
// look for axes in the data
47
for(i = 0; i < fullData.length; i++) {
48
var trace = fullData[i];
49
- if(!traceIs(trace, 'cartesian') && !traceIs(trace, 'gl2d')) continue;
+ if(!traceIs(trace, 'cartesian')) continue;
50
51
var xaName;
52
if(trace.xaxis) {
0 commit comments