Skip to content

Mulitple fixes for multi-heatmap-trace plots #655

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 7 commits into from
Jun 20, 2016
Merged

Conversation

etpinard
Copy link
Contributor

fixes #504

which turned out to report two separate issues:

This PR is based off heatmap-1-xy of PR #651, to avoid merge conflicts in heatmap_test.js.

This PR should be merged after #651.

@etpinard etpinard added bug something broken status: reviewable labels Jun 16, 2016

// if image is entirely off-screen, don't even draw it
if(imageWidth <= 0 || imageHeight <= 0) return;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Heatmap.plot was returning early for off screen traces, but did not clear the exiting nodes.

@mdtusz
Copy link
Contributor

mdtusz commented Jun 20, 2016

💃

@etpinard etpinard merged commit 7629837 into master Jun 20, 2016
@etpinard etpinard deleted the heatmap-multi-trace branch June 20, 2016 21:01
@alexcjohnson alexcjohnson mentioned this pull request Jun 21, 2016
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.

Zooming and hover bugs with multiple heatmap series
3 participants