Skip to content

Commit 59dc439

Browse files
committed
illustrate aggregated pie bug - pattern with empty colors
1 parent f32c7ea commit 59dc439

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
-1.17 KB
Loading

test/image/mocks/pie_aggregated.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,14 @@
2626
"values": [
2727
10, 20, 30, 40, 50, 60, 70, 80
2828
],
29-
"marker": {"colors": ["", "", "#ccc"]},
29+
"marker": {
30+
"colors": ["", "", "#ccc"],
31+
"pattern": {
32+
"fillmode": "replace",
33+
"shape": ".",
34+
"size": 3
35+
}
36+
},
3037
"type": "pie",
3138
"domain": {"x": [0.5, 1]},
3239
"textinfo": "label+value+percent"

0 commit comments

Comments
 (0)