Skip to content

Commit 7bdbd79

Browse files
committed
add polar with long category labels mock (w/ "bad" baseline)
1 parent 59405d8 commit 7bdbd79

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed
Loading
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"data": [
3+
{
4+
"r": [0.97, 0.97, 0.75, 0.83, 1, 1, 0.45, 0.97, 1, 0, 0.01, 0.97 ],
5+
"mode": "lines",
6+
"theta": ["Abstracts", "Affiliations", "Award Numbers", "Funders", "Licenses", "Open References", "Orcids", "References", "Resource Links", "Similarity Checking", "Update Policies", "Abstracts"],
7+
"line": {
8+
"color": "orangered",
9+
"width": 4
10+
},
11+
"type": "scatterpolar",
12+
"name": "Backfile"
13+
},
14+
{
15+
"r": [0.98, 0.98, 0.83, 0.89, 1, 1, 0.99, 0.96, 1, 0, 0, 0.98],
16+
"mode": "lines",
17+
"theta": ["Abstracts", "Affiliations", "Award Numbers", "Funders", "Licenses", "Open References", "Orcids", "References", "Resource Links", "Similarity Checking", "Update Policies", "Abstracts" ],
18+
"line": {
19+
"color": "blue",
20+
"width": 2
21+
},
22+
"type": "scatterpolar",
23+
"name": "Current"
24+
}
25+
],
26+
"layout": {
27+
"polar": {
28+
"angularaxis": {
29+
"rotation": 90,
30+
"direction": "clockwise"
31+
}
32+
},
33+
"showlegend": true,
34+
"legend": {
35+
"y": 0,
36+
"yanchor": "top",
37+
"x": 0,
38+
"xanchor": "left"
39+
},
40+
"title": {
41+
"text": "eLife Sciences Publications<br>Ltd: journal-article (8.62 - 7.95 = 0.67)"
42+
}
43+
}
44+
}

0 commit comments

Comments
 (0)