Skip to content

Fix legend trace toggle background on restyles #909

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 3 commits into from
Sep 7, 2016

Conversation

etpinard
Copy link
Contributor

@etpinard etpinard commented Sep 6, 2016

fixes #893

In some update scenarios, the trace toggle background <rect> nodes - which trigger the legend click handlers - did not get their x and y attributes set. This leads to ambiguously defined <rec> and buggy behavior on mouse interactions.

Note also, this PR fixes a newly-discoveed bug in the array-to-calcdata step for bars. This bug was discovered while writing the test case.

@etpinard etpinard added bug something broken status: reviewable labels Sep 6, 2016
@etpinard etpinard added this to the v1.17.0 milestone Sep 6, 2016
@mdtusz
Copy link
Contributor

mdtusz commented Sep 7, 2016

💃

@etpinard etpinard merged commit e63bab4 into master Sep 7, 2016
@etpinard etpinard deleted the legend-visibility-toggle branch September 7, 2016 21:57
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.

restyle makes it harder to hover on trace legend
2 participants