Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eeb10f7

Browse files
committed
Pie: Update image test for custom separators
1 parent 5f25643 commit eeb10f7

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

test/image/baselines/pie_fonts.png

3.49 KB
Loading

test/image/mocks/pie_fonts.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"data": [
33
{
44
"values": [
5-
1,
6-
9
5+
1.151,
6+
8.134
77
],
88
"text": [
99
"inherit from<br><b>global...</b>",
@@ -17,8 +17,8 @@
1717
},
1818
{
1919
"values": [
20-
1,
21-
9
20+
1.151,
21+
8.134
2222
],
2323
"text": [
2424
"a font of...",
@@ -37,8 +37,8 @@
3737
},
3838
{
3939
"values": [
40-
1,
41-
9
40+
1.151,
41+
8.134
4242
],
4343
"text": [
4444
"outside and textfont<br>both modify...",
@@ -58,8 +58,8 @@
5858
},
5959
{
6060
"values": [
61-
1,
62-
9
61+
1.151,
62+
8.134
6363
],
6464
"text": [
6565
"independent fonts<br>outside and...",
@@ -89,6 +89,7 @@
8989
"family": "Old Standard TT, serif",
9090
"size": 20
9191
},
92-
"showlegend": true
92+
"showlegend": true,
93+
"separators": "∆|"
9394
}
9495
}

0 commit comments

Comments
 (0)