We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef3235 commit dc90d13Copy full SHA for dc90d13
src/plots/cartesian/axes.js
@@ -59,7 +59,7 @@ axes.getFromTrace = axisIds.getFromTrace;
59
*/
60
axes.coerceRef = function(containerIn, containerOut, gd, attr, dflt, extraOption) {
61
var axLetter = attr.charAt(attr.length - 1),
62
- axlist = gd._fullLayout._has('gl2d') ? [] : axes.listIds(gd, axLetter),
+ axlist = axes.listIds(gd, axLetter),
63
refAttr = attr + 'ref',
64
attrDef = {};
65
0 commit comments