Skip to content
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

Fix 'yaxis-over-yaxis2' behavior #2857

Merged
merged 2 commits into from
Jul 30, 2018
Merged

Fix 'yaxis-over-yaxis2' behavior #2857

merged 2 commits into from
Jul 30, 2018

Conversation

etpinard
Copy link
Contributor

fixes #2855, a regression from #2831

cc @alexcjohnson

@etpinard etpinard added bug something broken status: reviewable labels Jul 30, 2018

// put 'regular' subplot data before 'overlaying'
var subplotData = new Array(len);
var list = regulars.concat(overlays);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you give this a more descriptive name than list? subplotIds?

@alexcjohnson
Copy link
Collaborator

Looks good! 💃 after #2857 (comment)

@etpinard etpinard merged commit 0c1d6d5 into master Jul 30, 2018
@etpinard etpinard deleted the yaxis-over-yaxis2 branch July 30, 2018 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: overlays not defined (1.39.3)
2 participants