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

Add svg image layer for heatmaps #194

Merged
merged 10 commits into from Jan 29, 2016
Merged

Add svg image layer for heatmaps #194

merged 10 commits into from Jan 29, 2016

Conversation

mdtusz
Copy link
Contributor

@mdtusz mdtusz commented Jan 19, 2016

Fixes #152.

The image for the heatmap was being drawn on the same svg layer as the contours, so by adding a "bottom" layer for images, we can avoid the redraw issues.

@etpinard
Copy link
Contributor

@mdtusz I added a few commits.

@@ -2654,6 +2663,7 @@ function makeCartesianPlotFramwork(gd, subplots) {
// 4. scatter
// 5. box plots
function plotLayers(svg) {
svg.append('g').classed('imagelayer', true);
Copy link
Contributor

Choose a reason for hiding this comment

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

@mdtusz the imagelayer stays.

etpinard added a commit that referenced this pull request Jan 29, 2016
Add svg image layer for heatmaps
@etpinard etpinard merged commit 4b2ce92 into master Jan 29, 2016
@etpinard etpinard deleted the svg-image-layer branch January 29, 2016 15:25
@mdtusz
Copy link
Contributor Author

mdtusz commented Jan 29, 2016

💃 on my own PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants