|
6 | 6 | "labels": ["Eve", "Cain", "Seth", "Enos", "Noam", "Abel", "Awan", "Enoch", "Azura"],
|
7 | 7 | "parents": ["", "Eve", "Eve", "Seth", "Seth", "Eve", "Eve", "Awan", "Eve" ],
|
8 | 8 | "values": [10, 14, 12, 10, 2, 6, 6, 1, 4],
|
9 |
| - "domain": {"x": [0, 0.48]} |
| 9 | + "domain": {"x": [0, 0.48]}, |
| 10 | + "outsidetextfont": {"size": 20, "color": "#377eb8"}, |
| 11 | + "leaf": {"opacity": 0.4}, |
| 12 | + "marker": {"line": {"width": 2}} |
10 | 13 | },
|
11 | 14 | {
|
12 | 15 | "type": "sunburst",
|
13 | 16 | "name": "with branchvalues:total",
|
| 17 | + "branchvalues": "total", |
14 | 18 | "labels": ["Eve", "Cain", "Seth", "Enos", "Noam", "Abel", "Awan", "Enoch", "Azura"],
|
15 | 19 | "parents": ["", "Eve", "Eve", "Seth", "Seth", "Eve", "Eve", "Awan", "Eve" ],
|
16 | 20 | "domain": {"x": [0.52, 1]},
|
17 | 21 | "values": [65, 14, 12, 10, 2, 6, 6, 1, 4],
|
18 |
| - "branchvalues": "total" |
| 22 | + "outsidetextfont": {"size": 20, "color": "#377eb8"}, |
| 23 | + "leaf": {"opacity": 0.4}, |
| 24 | + "marker": {"line": {"width": 2}} |
19 | 25 | }
|
20 | 26 | ],
|
21 | 27 | "layout": {
|
|
0 commit comments