-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
griddash
#6144
griddash
#6144
Conversation
Hi @archmoj , thanks for the review. I've had a look at why the CI is failing. The 3 baseline diffs are all around text rendering on plots with no gridlines at all - do you know how my PR could be affecting these? Are these tests flakey? Thanks - |
The tests are flaky. To avoid that please rename your new mocks to start with 'z-' so they don't affect the current rendering order. |
@archmoj thanks, the baseline tests now pass! |
@njwhite Thanks very much for the PR 🏆 |
Thanks @archmoj - I've done everything on your list. Some notes:
Thanks - |
There is a memory issue. Please no worry about that one as I could simply rerun the test. |
@archmoj great, I've removed / renamed the mocks - |
@archmoj ok no more gl2d |
💃 💃 💃 |
…th, ternary and geo subplots and add griddash and minorgriddash to carpet trace (plotly/plotly.js#6144), adapt StyleParam.DrawingStyle accordingly
Resolves #4530 and resolves #4045 : add a
griddash
property that follows the pattern ofgridwidth
andgridcolor
.