Skip to content

Commit dc90d13

Browse files
committed
unskip gl2d data-ref annotation in supplyDefaults
1 parent 7ef3235 commit dc90d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/axes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ axes.getFromTrace = axisIds.getFromTrace;
5959
*/
6060
axes.coerceRef = function(containerIn, containerOut, gd, attr, dflt, extraOption) {
6161
var axLetter = attr.charAt(attr.length - 1),
62-
axlist = gd._fullLayout._has('gl2d') ? [] : axes.listIds(gd, axLetter),
62+
axlist = axes.listIds(gd, axLetter),
6363
refAttr = attr + 'ref',
6464
attrDef = {};
6565

0 commit comments

Comments
 (0)