8000 Fix colorbar templating for "non-root" colorscales by etpinard · Pull Request #4470 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Fix colorbar templating for "non-root" colorscales #4470

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

Merged
merged 4 commits into from
Jan 7, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add treemap_coffee to list of flaky image tests
  • Loading branch information
etpinard committed Jan 7, 2020
commit 66156054cb08b90bc50219ff9a2baeebb674c580
1 change: 1 addition & 0 deletions test/image/compare_pixels_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ if(allMock || argv.filter) {
}

var FLAKY_LIST = [
'treemap_coffee',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

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.

'treemap_textposition',
'treemap_with-without_values_template',
'trace_metatext',
Expand Down
0