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

Skip to content

Commit fd22c81

Browse files
committed
add image test - baseline before fixing 4569
1 parent 4f789bd commit fd22c81

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed
Loading
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"data": [
3+
{
4+
"ids": [
5+
"A/a1",
6+
"A/a0",
7+
"B/b1",
8+
"B/b0",
9+
"A",
10+
"B"
11+
],
12+
"labels": [
13+
"a",
14+
"!a?",
15+
"b",
16+
"!b?",
17+
"A",
18+
"B"
19+
],
20+
"parents": [
21+
"A",
22+
"A",
23+
"B",
24+
"B",
25+
"",
26+
""
27+
],
28+
"type": "sunburst",
29+
"insidetextorientation": "horizontal",
30+
"branchvalues": "total",
31+
"values": [
32+
2,
33+
0,
34+
1,
35+
0,
36+
2,
37+
1
38+
]
39+
}
40+
],
41+
"layout": {
42+
"width": 400,
43+
"height": 400,
44+
"font": {
45+
"size": 20
46+
}
47+
}
48+
}

0 commit comments

Comments
 (0)