Skip to content
Prev Previous commit
Next Next commit
update image tests for new attribute
  • Loading branch information
emilykl committed Oct 21, 2022
commit 8333f2b6bae7dc98ca66606b153407daea892c21
Binary file modified test/image/baselines/icicle_packages_colorscale_novalue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/image/baselines/treemap_packages_colorscale_novalue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions test/image/mocks/icicle_packages_colorscale_novalue.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"line": {
"color": "#777"
},
"fillet": 10,
"colorscale": [[0, "#FFF"], [0.01, "#FF0"], [0.1, "#F00"], [1, "#000"]],
"showscale": true
},
Expand Down
1 change: 1 addition & 0 deletions test/image/mocks/treemap_packages_colorscale_novalue.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"line": {
"color": "#777"
},
"fillet": 4,
"colorscale": [[0, "#FFF"], [0.01, "#FF0"], [0.1, "#F00"], [1, "#000"]],
"showscale": true
},
Expand Down