Skip to content

Commit 7fc9a24

Browse files
committed
- Added solutions by James Smith.
1 parent 7d65f56 commit 7fc9a24

15 files changed

+2202
-2183
lines changed

stats/pwc-current.json

Lines changed: 102 additions & 83 deletions
Large diffs are not rendered by default.
Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
11
{
2-
"subtitle" : {
3-
"text" : "Last updated at 2022-10-14 00:39:58 GMT"
4-
},
5-
"tooltip" : {
6-
"pointFormat" : "<b>{point.y:.0f}</b>"
7-
},
82
"legend" : {
93
"enabled" : "false"
104
},
5+
"subtitle" : {
6+
"text" : "Last updated at 2022-10-14 07:10:32 GMT"
7+
},
118
"title" : {
129
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
1310
},
11+
"yAxis" : {
12+
"min" : 0,
13+
"title" : {
14+
"text" : null
15+
}
16+
},
1417
"xAxis" : {
18+
"type" : "category",
1519
"labels" : {
1620
"style" : {
1721
"fontFamily" : "Verdana, sans-serif",
1822
"fontSize" : "13px"
1923
}
20-
},
21-
"type" : "category"
22-
},
23-
"chart" : {
24-
"type" : "column"
25-
},
26-
"yAxis" : {
27-
"min" : 0,
28-
"title" : {
29-
"text" : null
3024
}
3125
},
3226
"series" : [
3327
{
28+
"dataLabels" : {
29+
"rotation" : -90,
30+
"format" : "{point.y:.0f}",
31+
"enabled" : "true",
32+
"style" : {
33+
"fontFamily" : "Verdana, sans-serif",
34+
"fontSize" : "13px"
35+
},
36+
"y" : 10,
37+
"color" : "#FFFFFF",
38+
"align" : "right"
39+
},
3440
"data" : [
3541
[
3642
"Blog",
37-
2931
43+
2932
3844
],
3945
[
4046
"Perl",
41-
9064
47+
9066
4248
],
4349
[
4450
"Raku",
4551
5433
4652
]
4753
],
48-
"dataLabels" : {
49-
"color" : "#FFFFFF",
50-
"y" : 10,
51-
"align" : "right",
52-
"format" : "{point.y:.0f}",
53-
"style" : {
54-
"fontSize" : "13px",
55-
"fontFamily" : "Verdana, sans-serif"
56-
},
57-
"enabled" : "true",
58-
"rotation" : -90
59-
},
6054
"name" : "Contributions"
6155
}
62-
]
56+
],
57+
"chart" : {
58+
"type" : "column"
59+
},
60+
"tooltip" : {
61+
"pointFormat" : "<b>{point.y:.0f}</b>"
62+
}
6363
}

0 commit comments

Comments
 (0)