-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
heatmapgl TODO list #1080
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
Comments
Maybe @dfcreative would be interested in looking some of the items ⏫ ? |
Sure! |
That would be awesome @dfcreative ! Want to come by the office for lunch this Friday? |
@jackparmer sure! |
All the difference I see across all the heatmap tests is in fonts rendering and antialiasing Can it be the reason of failing tests @etpinard? |
@dfcreative It's similar to https://github.com/plotly/streambed/issues/6307#issuecomment-231818023 Generating one |
Ok, the problem of top-right points is in this line, which ignores edge vertices. It is easily fixable for the x axis by adding |
Ok, top-most and right-most picking problem should be fixed by gl-vis/gl-heatmap2d#2 |
Hey @dfcreative - Do you have an idea for this one by chance?
What do you think is your timeline for the other 2? |
@jackparmer all heatmap related tests are reproduced fine on my machine, I guess I should discuss that with @etpinard this friday, to see the issue in action to understand what's wrong. |
@etpinard ok, last gl-vis/gl-heatmap2d#2 should fix the images/picking issues |
@dfcreative nice job. Your patch even works on CI: The first two items are ✅ |
Oh. I spoke too soon. Picking is still broken for a few other mocks. For example, |
Same story for the |
@etpinard gl-vis/gl-heatmap2d@04cae76 should fix picking, tested on various mocks. My render of |
@dfcreative thanks! I'll give it a test 🚗 on Monday. |
@dfcreative with your last commit, this is looking really good. I'll spend a few more minutes double-checking, but looks like we're really to something mergeable. 🍻 |
Uh oh!
There was an error while loading. Please reload this page.
Before getting merged into the main plotly.js dist bundle, we need to make sure following problems are addressed
heatmapgl
test-images are not reproducible. Maybe this is just a matter of bumping thegl-shader
requirement.NaN
s correctly. One good test would be toPlotly.restyle(gd, 'type', 'heatmapgl')
all our heatmap test mocks.gl2d
version (instead of simply copying theheatmap
attributes). For example,heatmapgl
doesn't supportzsmooth
,xgap
andygap
.See the
heatmapgl-primetime
branch for more some WIP work.The text was updated successfully, but these errors were encountered: