diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-10-07 22:15:40 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-10-07 22:15:40 +0100 |
| commit | 1e141eaf9b2c0b2d765e33ee40f59b89dee1627f (patch) | |
| tree | 2a38f7e10e1b04194d29da63afd5c71ec69d666e /stats/pwc-summary-61-90.json | |
| parent | 37a05f1c0b10f6cbbc0096396c8dff92410f3914 (diff) | |
| download | perlweeklychallenge-club-1e141eaf9b2c0b2d765e33ee40f59b89dee1627f.tar.gz perlweeklychallenge-club-1e141eaf9b2c0b2d765e33ee40f59b89dee1627f.tar.bz2 perlweeklychallenge-club-1e141eaf9b2c0b2d765e33ee40f59b89dee1627f.zip | |
- Added solutions by Jorg Sommrey.
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 4a129c1703..b3218001d8 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,12 +1,4 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "Ian Rifkin", @@ -41,9 +33,6 @@ "Khalid" ] }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "series" : [ { "data" : [ @@ -69,7 +58,7 @@ 81, 7, 0, - 43, + 45, 2, 2, 1, @@ -81,6 +70,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -112,10 +102,10 @@ 8, 84, 2 - ], - "name" : "Raku" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -147,17 +137,27 @@ 0, 2, 1 - ], - "name" : "Blog" + ] } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-10-07 21:05:45 GMT" - }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-10-07 21:15:27 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "yAxis" : { "min" : 0, "title" : { |
