diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-20 09:31:44 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-20 09:31:44 +0000 |
| commit | cd41ca4ed3663e877bec215434abb3f910b59ae1 (patch) | |
| tree | f3c59ac8aebec68fdf2d6a715c7e3af7004ff3f4 /stats/pwc-summary-151-180.json | |
| parent | 7bd7c5e68c3890597a68dfd057746a9ecaaedcaa (diff) | |
| download | perlweeklychallenge-club-cd41ca4ed3663e877bec215434abb3f910b59ae1.tar.gz perlweeklychallenge-club-cd41ca4ed3663e877bec215434abb3f910b59ae1.tar.bz2 perlweeklychallenge-club-cd41ca4ed3663e877bec215434abb3f910b59ae1.zip | |
- Added solutions by Matthew Neleigh.
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index 7a3061b3bf..188864b8aa 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -5,21 +5,24 @@ } }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" + } }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, "chart" : { "type" : "column" }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-01-20 09:30:36 GMT" + }, "series" : [ { "data" : [ @@ -57,7 +60,6 @@ "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 2, @@ -89,9 +91,11 @@ 0, 0, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -123,8 +127,7 @@ 8, 0, 0 - ], - "name" : "Blog" + ] } ], "xAxis" : { @@ -160,8 +163,5 @@ "Peter Mayr", "Peter Meszaros" ] - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-01-20 09:14:22 GMT" } } |
