Skip to content
Prev Previous commit
Next Next commit
remove bad funnel attrs in mock and fix new baseline name
  • Loading branch information
alexcjohnson committed Nov 22, 2024
commit 24c4cb792252d65ab41b791c30861c5c66680f7d
9 changes: 1 addition & 8 deletions test/image/mocks/zz-pattern_bars-path.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,7 @@
"x": [3, 2, 1],
"y": ["U", "V", "W"],
"name": "Funnel",
"type": "funnel",
"marker": {
"pattern": {
"solidity": [0.25, 0.5, 0.75],
"shape": ["|", "", "-"],
"bgcolor": "black"
}
}
"type": "funnel"
}
],
"layout": {
Expand Down