-
-
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
Fix colorbar templating for "non-root" colorscales #4470
Conversation
- propagate template info into colorscale container - fix marker_colorscale_template baseline which was botched from 6a47d66
@@ -101,6 +101,7 @@ if(allMock || argv.filter) { | |||
} | |||
|
|||
var FLAKY_LIST = [ | |||
'treemap_coffee', |
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.
cc @archmoj something is off with this new mock. See https://circleci.com/gh/plotly/plotly.js/64411?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link - it failed 5 times in a row.
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.
You can pick 0175108 to fix that.
Thank you! |
Thanks for the quick turnaround @etpinard! |
fixes #4467
before: https://codepen.io/etpinard/pen/ZEYrLdo
after: https://codepen.io/etpinard/pen/zYxRNVm (
colorbar.ypad
now works)cc @archmoj @wbrgss