diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-04 21:04:19 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-04 21:04:19 +0100 |
| commit | 5a5bcc765fe4f27ae869e77c3fd1732fe5cdc389 (patch) | |
| tree | f8e5f30d5c74a3fabf5d7fdceba910ed689a0e03 /stats/pwc-summary.json | |
| parent | a8b0a9d6c302b35dfdb94f21b696718c914e74b5 (diff) | |
| download | perlweeklychallenge-club-5a5bcc765fe4f27ae869e77c3fd1732fe5cdc389.tar.gz perlweeklychallenge-club-5a5bcc765fe4f27ae869e77c3fd1732fe5cdc389.tar.bz2 perlweeklychallenge-club-5a5bcc765fe4f27ae869e77c3fd1732fe5cdc389.zip | |
- Added solutions by James Smith.
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 162779d1fb..7e5ecb413c 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -4,21 +4,16 @@ "stacking" : "percent" } }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "chart" : { - "type" : "column" - }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, - "subtitle" : { - "text" : "[Champions: 220] Last updated at 2021-05-04 18:36:15 GMT" + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -93,7 +88,7 @@ 0, 6, 97, - 41, + 42, 1, 0, 0, @@ -240,11 +235,9 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -466,10 +459,10 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -691,15 +684,10 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "xAxis" : { "categories" : [ "3ter", @@ -923,5 +911,17 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "subtitle" : { + "text" : "[Champions: 220] Last updated at 2021-05-04 20:03:29 GMT" } } |
