Skip to content

Mulitple fixes for multi-heatmap-trace plots - #655

Merged
etpinard merged 7 commits into
masterfrom
heatmap-multi-trace
Jun 20, 2016
Merged

Mulitple fixes for multi-heatmap-trace plots#655
etpinard merged 7 commits into
masterfrom
heatmap-multi-trace

Conversation

@etpinard

Copy link
Copy Markdown
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.

// setup image nodes

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

Copy link
Copy Markdown
ContributorAuthor

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
Copy Markdown
Contributor

💃

@etpinard
etpinard merged commit 7629837 into masterJun 20, 2016
@etpinard
etpinard deleted the heatmap-multi-trace branch June 20, 2016 21:01
@alexcjohnsonalexcjohnson mentioned this pull request Jun 21, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugsomething broken

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Zooming and hover bugs with multiple heatmap series

3 participants

@etpinard@mdtusz@alexcjohnson