Skip to content

gl2d data-referenced annotations #1301

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jan 19, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
unskip gl2d data-ref annotation in supplyDefaults
  • Loading branch information
etpinard committed Jan 13, 2017
commit dc90d13a83995301bc39ce0b6b4473f812e0992c
2 changes: 1 addition & 1 deletion src/plots/cartesian/axes.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ axes.getFromTrace = axisIds.getFromTrace;
*/
axes.coerceRef = function(containerIn, containerOut, gd, attr, dflt, extraOption) {
var axLetter = attr.charAt(attr.length - 1),
axlist = gd._fullLayout._has('gl2d') ? [] : axes.listIds(gd, axLetter),
axlist = axes.listIds(gd, axLetter),
refAttr = attr + 'ref',
attrDef = {};

Expand Down