diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-27 21:23:41 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-27 21:23:41 +0100 |
| commit | 308bd1139ae9463a9f5a7d9e66cb600fe79d8b4f (patch) | |
| tree | 8f0b87639be3b704d4d77ec100c539128890347b /stats/pwc-summary.json | |
| parent | 69ba41b6fcd3fef2846d8547f4cd6daebd0cb77c (diff) | |
| download | perlweeklychallenge-club-308bd1139ae9463a9f5a7d9e66cb600fe79d8b4f.tar.gz perlweeklychallenge-club-308bd1139ae9463a9f5a7d9e66cb600fe79d8b4f.tar.bz2 perlweeklychallenge-club-308bd1139ae9463a9f5a7d9e66cb600fe79d8b4f.zip | |
- Added solutions by Richard Park.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 49a2baf86b..a072dcb454 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,15 +1,11 @@ { - "subtitle" : { - "text" : "[Champions: 193] Last updated at 2020-09-27 20:17:01 GMT" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "subtitle" : { + "text" : "[Champions: 193] Last updated at 2020-09-27 20:23:20 GMT" }, "xAxis" : { "categories" : [ @@ -208,20 +204,16 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "chart" : { - "type" : "column" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -416,11 +408,9 @@ 3, 41, 11 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -615,7 +605,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -767,7 +758,7 @@ 0, 0, 0, - 11, + 12, 0, 0, 61, @@ -815,5 +806,14 @@ ], "name" : "Blog" } - ] + ], + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + } } |
