diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-30 20:44:20 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-30 20:44:20 +0100 |
| commit | dd37e52ad331c2ed67d1274998c5fe10a46dc741 (patch) | |
| tree | 87c707d8006fec6c3748a3908404267357bba4d2 /stats/pwc-summary.json | |
| parent | bf3ea4281ea6efa4cdc701592d48a559e4777e6d (diff) | |
| download | perlweeklychallenge-club-dd37e52ad331c2ed67d1274998c5fe10a46dc741.tar.gz perlweeklychallenge-club-dd37e52ad331c2ed67d1274998c5fe10a46dc741.tar.bz2 perlweeklychallenge-club-dd37e52ad331c2ed67d1274998c5fe10a46dc741.zip | |
- Added solutions by Javier Luque.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index ab5ce8716f..fd4dc4f3ad 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,4 @@ { - "subtitle" : { - "text" : "[Champions: 154] Last updated at 2020-03-30 19:33:56 GMT" - }, "xAxis" : { "categories" : [ "Aaron Rowe", @@ -164,15 +161,15 @@ "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 154] Last updated at 2020-03-30 19:43:22 GMT" + }, "series" : [ { "name" : "Perl", @@ -235,7 +232,7 @@ 6, 49, 0, - 23, + 24, 1, 3, 2, @@ -393,7 +390,7 @@ 0, 49, 2, - 23, + 24, 0, 0, 1, @@ -493,7 +490,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -553,7 +549,7 @@ 0, 36, 0, - 23, + 24, 0, 0, 0, @@ -649,15 +645,19 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "plotOptions" : { "column" : { "stacking" : "percent" } - }, - "chart" : { - "type" : "column" } } |
