Skip to content

Commit f58e798

Browse files
committed
- Added solutions by Ruben Westerberg.
1 parent f599b05 commit f58e798

12 files changed

+1235
-1216
lines changed

stats/pwc-current.json

+149-130
Large diffs are not rendered by default.
+29-29
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
11
{
2+
"legend" : {
3+
"enabled" : "false"
4+
},
25
"title" : {
36
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
47
},
5-
"chart" : {
6-
"type" : "column"
8+
"yAxis" : {
9+
"title" : {
10+
"text" : null
11+
},
12+
"min" : 0
713
},
814
"series" : [
915
{
1016
"dataLabels" : {
1117
"align" : "right",
1218
"enabled" : "true",
19+
"style" : {
20+
"fontSize" : "13px",
21+
"fontFamily" : "Verdana, sans-serif"
22+
},
1323
"rotation" : -90,
14-
"format" : "{point.y:.0f}",
15-
"y" : 10,
1624
"color" : "#FFFFFF",
17-
"style" : {
18-
"fontFamily" : "Verdana, sans-serif",
19-
"fontSize" : "13px"
20-
}
25+
"y" : 10,
26+
"format" : "{point.y:.0f}"
2127
},
22-
"name" : "Contributions",
2328
"data" : [
2429
[
2530
"Blog",
2631
515
2732
],
2833
[
2934
"Perl",
30-
1993
35+
1995
3136
],
3237
[
3338
"Raku",
34-
1219
39+
1221
3540
]
36-
]
41+
],
42+
"name" : "Contributions"
3743
}
3844
],
39-
"yAxis" : {
40-
"min" : 0,
41-
"title" : {
42-
"text" : null
43-
}
44-
},
4545
"subtitle" : {
46-
"text" : "Last updated at 2020-02-23 18:06:44 GMT"
46+
"text" : "Last updated at 2020-02-23 20:48:56 GMT"
47+
},
48+
"tooltip" : {
49+
"pointFormat" : "<b>{point.y:.0f}</b>"
50+
},
51+
"chart" : {
52+
"type" : "column"
4753
},
4854
"xAxis" : {
55+
"type" : "category",
4956
"labels" : {
5057
"style" : {
51-
"fontSize" : "13px",
52-
"fontFamily" : "Verdana, sans-serif"
58+
"fontFamily" : "Verdana, sans-serif",
59+
"fontSize" : "13px"
5360
}
54-
},
55-
"type" : "category"
56-
},
57-
"legend" : {
58-
"enabled" : "false"
59-
},
60-
"tooltip" : {
61-
"pointFormat" : "<b>{point.y:.0f}</b>"
61+
}
6262
}
6363
}

0 commit comments

Comments
 (0)