diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-06 12:12:37 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-06 12:12:37 +0100 |
| commit | f60e7978ffa517c705ac1815765f71dc6e78fa8a (patch) | |
| tree | 8cd15ee995974d17797338da12381031c92c4924 /stats/pwc-summary.json | |
| parent | b9f0eba10c5d82ad61f059331730a613653c7384 (diff) | |
| download | perlweeklychallenge-club-f60e7978ffa517c705ac1815765f71dc6e78fa8a.tar.gz perlweeklychallenge-club-f60e7978ffa517c705ac1815765f71dc6e78fa8a.tar.bz2 perlweeklychallenge-club-f60e7978ffa517c705ac1815765f71dc6e78fa8a.zip | |
- Added solution by Scimon Proctor.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 78537cb899..d1d0b0ead5 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,19 @@ { + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "xAxis" : { "categories" : [ "3ter", @@ -173,16 +188,11 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "subtitle" : { - "text" : "[Champions: 170] Last updated at 2020-07-06 10:55:22 GMT" + "text" : "[Champions: 170] Last updated at 2020-07-06 11:12:27 GMT" + }, + "chart" : { + "type" : "column" }, "series" : [ { @@ -361,6 +371,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -507,7 +518,7 @@ 15, 0, 0, - 63, + 64, 0, 0, 0, @@ -532,11 +543,9 @@ 2, 11, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -708,20 +717,11 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" } } |
