aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-06 20:52:37 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-06 20:52:37 +0000
commitebaa2a75f754c837c22930e1bbbfb130034dbc94 (patch)
tree6701230123f67e40a3143d0ae59b8099b8b69d57 /stats/pwc-summary.json
parent95ec69b2d06aaa14c285a452858168860caea050 (diff)
downloadperlweeklychallenge-club-ebaa2a75f754c837c22930e1bbbfb130034dbc94.tar.gz
perlweeklychallenge-club-ebaa2a75f754c837c22930e1bbbfb130034dbc94.tar.bz2
perlweeklychallenge-club-ebaa2a75f754c837c22930e1bbbfb130034dbc94.zip
- Added solution to week 24 by Paulo Custodio.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json38
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 7e790f51af..8d2c2dbb99 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,13 +1,15 @@
{
- "title" : {
- "text" : "The Weekly Challenge [2019 - 2021]"
- },
"subtitle" : {
- "text" : "[Champions: 245] Last updated at 2021-12-06 20:33:35 GMT"
+ "text" : "[Champions: 245] Last updated at 2021-12-06 20:50:21 GMT"
},
"chart" : {
"type" : "column"
},
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
"xAxis" : {
"categories" : [
"3ter",
@@ -257,21 +259,13 @@
"Yozen Hernandez"
]
},
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "title" : {
+ "text" : "The Weekly Challenge [2019 - 2021]"
},
"tooltip" : {
"pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
"shared" : 1
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
"series" : [
{
"name" : "Perl",
@@ -524,7 +518,6 @@
]
},
{
- "name" : "Raku",
"data" : [
0,
0,
@@ -771,10 +764,10 @@
3,
11,
0
- ]
+ ],
+ "name" : "Raku"
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -1021,7 +1014,14 @@
1,
5,
10
- ]
+ ],
+ "name" : "Blog"
+ }
+ ],
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
}
- ]
+ }
}