Skip to content

Commit 8bd7c34

Browse files
committed
- Added solutions by Bob Lied.
- Added solutions by Rober Ransbottom. - Added solutions by Conor Hoekstra.
1 parent 3a27ce8 commit 8bd7c34

27 files changed

+3469
-3450
lines changed

stats/pwc-current.json

Lines changed: 198 additions & 179 deletions
Large diffs are not rendered by default.

stats/pwc-language-breakdown-2019.json

Lines changed: 162 additions & 162 deletions
Large diffs are not rendered by default.

stats/pwc-language-breakdown-2020.json

Lines changed: 178 additions & 178 deletions
Large diffs are not rendered by default.

stats/pwc-language-breakdown-2021.json

Lines changed: 383 additions & 383 deletions
Large diffs are not rendered by default.

stats/pwc-language-breakdown-2022.json

Lines changed: 366 additions & 366 deletions
Large diffs are not rendered by default.

stats/pwc-language-breakdown-2023.json

Lines changed: 185 additions & 185 deletions
Large diffs are not rendered by default.

stats/pwc-language-breakdown-2024.json

Lines changed: 289 additions & 289 deletions
Large diffs are not rendered by default.
Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
11
{
2+
"legend" : {
3+
"enabled" : "false"
4+
},
5+
"chart" : {
6+
"type" : "column"
7+
},
8+
"tooltip" : {
9+
"pointFormat" : "<b>{point.y:.0f}</b>"
10+
},
11+
"title" : {
12+
"text" : "The Weekly Challenge Contributions [2019 - 2024]"
13+
},
14+
"subtitle" : {
15+
"text" : "Last updated at 2024-09-21 08:25:38 GMT"
16+
},
217
"series" : [
318
{
419
"name" : "Contributions",
20+
"dataLabels" : {
21+
"align" : "right",
22+
"enabled" : "true",
23+
"rotation" : -90,
24+
"style" : {
25+
"fontFamily" : "Verdana, sans-serif",
26+
"fontSize" : "13px"
27+
},
28+
"color" : "#FFFFFF",
29+
"y" : 10,
30+
"format" : "{point.y:.0f}"
31+
},
532
"data" : [
633
[
734
"Perl",
8-
15056
35+
15058
936
],
1037
[
1138
"Raku",
12-
8550
39+
8552
1340
],
1441
[
1542
"Blog",
16-
5291
43+
5290
1744
]
18-
],
19-
"dataLabels" : {
20-
"enabled" : "true",
21-
"y" : 10,
22-
"color" : "#FFFFFF",
23-
"style" : {
24-
"fontSize" : "13px",
25-
"fontFamily" : "Verdana, sans-serif"
26-
},
27-
"format" : "{point.y:.0f}",
28-
"align" : "right",
29-
"rotation" : -90
30-
}
45+
]
3146
}
3247
],
33-
"legend" : {
34-
"enabled" : "false"
35-
},
36-
"subtitle" : {
37-
"text" : "Last updated at 2024-09-20 20:56:42 GMT"
48+
"yAxis" : {
49+
"min" : 0,
50+
"title" : {
51+
"text" : null
52+
}
3853
},
3954
"xAxis" : {
55+
"type" : "category",
4056
"labels" : {
4157
"style" : {
42-
"fontFamily" : "Verdana, sans-serif",
43-
"fontSize" : "13px"
58+
"fontSize" : "13px",
59+
"fontFamily" : "Verdana, sans-serif"
4460
}
45-
},
46-
"type" : "category"
47-
},
48-
"tooltip" : {
49-
"pointFormat" : "<b>{point.y:.0f}</b>"
50-
},
51-
"title" : {
52-
"text" : "The Weekly Challenge Contributions [2019 - 2024]"
53-
},
54-
"chart" : {
55-
"type" : "column"
56-
},
57-
"yAxis" : {
58-
"min" : 0,
59-
"title" : {
60-
"text" : null
6161
}
6262
}
6363
}

0 commit comments

Comments
 (0)