Skip to content

Commit 6ba7e64

Browse files
committed
Pie: Add image test for custom separators
1 parent 5f25643 commit 6ba7e64

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
12.6 KB
Loading

test/image/mocks/pie_separators.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"data": [
3+
{
4+
"values": [
5+
1234567.90,
6+
321321,
7+
242132.153243,
8+
4231.21,
9+
5111
10+
],
11+
"type": "pie"
12+
}
13+
],
14+
"layout": {
15+
"height": 300,
16+
"width": 400,
17+
"separators": "∆|"
18+
}
19+
}

0 commit comments

Comments
 (0)