aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary-211-240.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-01-21 22:48:31 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-01-21 22:48:31 +0000
commit864fef4dd465d56f2fc5a0dcf5fd39c55c34fedf (patch)
tree378c37b7597f7a5e41442a5416bad1efa6bf5e70 /stats/pwc-summary-211-240.json
parent42d2dae36fd3545769fbb42a00c1a22642e55718 (diff)
downloadperlweeklychallenge-club-864fef4dd465d56f2fc5a0dcf5fd39c55c34fedf.tar.gz
perlweeklychallenge-club-864fef4dd465d56f2fc5a0dcf5fd39c55c34fedf.tar.bz2
perlweeklychallenge-club-864fef4dd465d56f2fc5a0dcf5fd39c55c34fedf.zip
- Added solutions to weeks 20 and 21 by Paulo Custodio.
Diffstat (limited to 'stats/pwc-summary-211-240.json')
-rw-r--r--stats/pwc-summary-211-240.json44
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-211-240.json b/stats/pwc-summary-211-240.json
index 91161f0154..16cf9104d9 100644
--- a/stats/pwc-summary-211-240.json
+++ b/stats/pwc-summary-211-240.json
@@ -7,24 +7,39 @@
"Yozen Hernandez"
]
},
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
"chart" : {
"type" : "column"
},
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
"subtitle" : {
- "text" : "[Champions: 4] Last updated at 2021-01-21 22:13:12 GMT"
+ "text" : "[Champions: 4] Last updated at 2021-01-21 22:47:25 GMT"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
},
"series" : [
{
- "name" : "Perl",
"data" : [
3,
3,
81,
21
- ]
+ ],
+ "name" : "Perl"
},
{
"data" : [
@@ -44,20 +59,5 @@
],
"name" : "Blog"
}
- ],
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- }
+ ]
}