diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-25 21:42:33 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-25 21:42:33 +0000 |
| commit | 18bc4388e4bb0ea4ea532fa80078ad6affbf2503 (patch) | |
| tree | b6857ffdd7a49969a8217821bd8be863bde394eb /stats/pwc-summary.json | |
| parent | aa1198b22c0d5bbbfc41b638390fcbdb8cacab26 (diff) | |
| download | perlweeklychallenge-club-18bc4388e4bb0ea4ea532fa80078ad6affbf2503.tar.gz perlweeklychallenge-club-18bc4388e4bb0ea4ea532fa80078ad6affbf2503.tar.bz2 perlweeklychallenge-club-18bc4388e4bb0ea4ea532fa80078ad6affbf2503.zip | |
- Added solutions by Abigail.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 8ce677e4d1..3691438fbc 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -5,17 +5,15 @@ }, "min" : 0 }, - "chart" : { - "type" : "column" - }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, 0, 0, - 78, + 79, 2, 115, 2, @@ -259,8 +257,7 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -516,7 +513,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -766,20 +762,12 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 248] Last updated at 2022-01-25 21:11:48 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" }, "xAxis" : { "categories" : [ @@ -1033,7 +1021,19 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 248] Last updated at 2022-01-25 21:40:18 GMT" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" } } |
