Skip to content

Commit 6b8de97

Browse files
committed
add new mocks and render baselines before adding textpad
1 parent b70bfb6 commit 6b8de97

8 files changed

+196
-0
lines changed
17 KB
Loading
Loading
15.8 KB
Loading
Loading
+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"data": [
3+
{
4+
"type": "pie",
5+
"hole": 0.5,
6+
"labels": [
7+
"a",
8+
"b",
9+
"c",
10+
"d"
11+
],
12+
"values": [
13+
20,
14+
10,
15+
2,
16+
1
17+
],
18+
"textposition": "inside",
19+
"insidetextorientation": "radial",
20+
"marker": {
21+
"colors": [
22+
"pink",
23+
"lightgreen",
24+
"skyblue",
25+
"orange"
26+
],
27+
"line": {
28+
"width": 3,
29+
"color": [
30+
"red",
31+
"green",
32+
"blue",
33+
"grey"
34+
]
35+
}
36+
}
37+
}
38+
],
39+
"layout": {
40+
"width": 300,
41+
"height": 300,
42+
"title": {
43+
"text": "should provide some pad<br>before fiting & printing text"
44+
}
45+
}
46+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"data": [
3+
{
4+
"type": "pie",
5+
"hole": 0.5,
6+
"labels": [
7+
"a",
8+
"b",
9+
"c",
10+
"d"
11+
],
12+
"values": [
13+
20,
14+
10,
15+
2,
16+
1
17+
],
18+
"textposition": "inside",
19+
"insidetextorientation": "tangential",
20+
"marker": {
21+
"colors": [
22+
"pink",
23+
"lightgreen",
24+
"skyblue",
25+
"orange"
26+
],
27+
"line": {
28+
"width": 3,
29+
"color": [
30+
"red",
31+
"green",
32+
"blue",
33+
"grey"
34+
]
35+
}
36+
}
37+
}
38+
],
39+
"layout": {
40+
"width": 300,
41+
"height": 300,
42+
"title": {
43+
"text": "should provide some pad<br>before fiting & printing text"
44+
}
45+
}
46+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"data": [
3+
{
4+
"type": "sunburst",
5+
"parents": [
6+
"",
7+
"",
8+
"",
9+
"",
10+
"Alpha",
11+
"Bravo",
12+
"Charlie",
13+
"Delta"
14+
],
15+
"labels": [
16+
"Alpha",
17+
"Bravo",
18+
"Charlie",
19+
"Delta",
20+
"Echo",
21+
"Foxtrot",
22+
"Golf",
23+
"Hotel"
24+
],
25+
"branchvalues": "total",
26+
"values": [
27+
20,
28+
10,
29+
2,
30+
1,
31+
20,
32+
10,
33+
2,
34+
1
35+
],
36+
"textposition": "inside",
37+
"insidetextorientation": "radial",
38+
"marker": {
39+
"line": {
40+
"width": 3
41+
}
42+
}
43+
}
44+
],
45+
"layout": {
46+
"width": 300,
47+
"height": 300,
48+
"title": {
49+
"text": "should provide some pad<br>before fiting & printing text"
50+
}
51+
}
52+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"data": [
3+
{
4+
"type": "sunburst",
5+
"parents": [
6+
"",
7+
"",
8+
"",
9+
"",
10+
"Alpha",
11+
"Bravo",
12+
"Charlie",
13+
"Delta"
14+
],
15+
"labels": [
16+
"Alpha",
17+
"Bravo",
18+
"Charlie",
19+
"Delta",
20+
"Echo",
21+
"Foxtrot",
22+
"Golf",
23+
"Hotel"
24+
],
25+
"branchvalues": "total",
26+
"values": [
27+
20,
28+
10,
29+
2,
30+
1,
31+
20,
32+
10,
33+
2,
34+
1
35+
],
36+
"textposition": "inside",
37+
"insidetextorientation": "tangential",
38+
"marker": {
39+
"line": {
40+
"width": 3
41+
}
42+
}
43+
}
44+
],
45+
"layout": {
46+
"width": 300,
47+
"height": 300,
48+
"title": {
49+
"text": "should provide some pad<br>before fiting & printing text"
50+
}
51+
}
52+
}

0 commit comments

Comments
 (0)