aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-28 15:56:41 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-28 15:56:41 +0100
commitb2d170df6ba9e49797342f20da3fffbc37fb6c6a (patch)
tree0e3ff5e0a2a8850d33a981c71e53d967b7ee5d5f /stats/pwc-summary.json
parentd9c07477fa50631b547fbc38f59e7691353d5e88 (diff)
downloadperlweeklychallenge-club-b2d170df6ba9e49797342f20da3fffbc37fb6c6a.tar.gz
perlweeklychallenge-club-b2d170df6ba9e49797342f20da3fffbc37fb6c6a.tar.bz2
perlweeklychallenge-club-b2d170df6ba9e49797342f20da3fffbc37fb6c6a.zip
- Added solutions by Pete Houston.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 2e9192bd0f..b95eff2f2e 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,10 +1,10 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
},
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -161,7 +161,7 @@
2,
4,
0,
- 55,
+ 56,
0,
1,
1,
@@ -229,9 +229,11 @@
3,
44,
11
- ]
+ ],
+ "name" : "Perl"
},
{
+ "name" : "Raku",
"data" : [
0,
0,
@@ -456,10 +458,10 @@
3,
11,
0
- ],
- "name" : "Raku"
+ ]
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -684,16 +686,23 @@
1,
5,
10
- ],
- "name" : "Blog"
+ ]
}
],
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
+ },
"yAxis" : {
"title" : {
"text" : ""
},
"min" : 0
},
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
"xAxis" : {
"categories" : [
"3ter",
@@ -921,19 +930,10 @@
"Yozen Hernandez"
]
},
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "subtitle" : {
- "text" : "[Champions: 223] Last updated at 2021-05-27 20:29:06 GMT"
- },
"chart" : {
"type" : "column"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 223] Last updated at 2021-05-28 14:55:57 GMT"
}
}