-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Heatmap ordering bug #2917
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
Heatmap ordering bug #2917
Changes from 1 commit
d553142
8faefde
4e01efe
b0693da
07aee8f
69dee75
e892923
9ddad4c
521d27f
d295d36
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -636,8 +636,6 @@ function clipGaps(plotGroup, plotinfo, clips, cd0, perimeter) { | |
else clipId = null; | ||
|
||
plotGroup.call(Drawing.setClipUrl, clipId); | ||
plotinfo.plot.selectAll('.hm' + cd0.trace.uid) | ||
.call(Drawing.setClipUrl, clipId); | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Alright, GH is working again with these images, must've been an internal glitch last night. The reason for the image diffs is that in master (right) we were applying the |
||
} | ||
|
||
function makeClipMask(cd0) { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice find!