diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-11-09 02:05:36 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-11-09 02:05:36 +0000 |
| commit | bdccc595136c50d47cb428cb7c3cb846b77ee477 (patch) | |
| tree | 0d9d8791dfc5c7eb33a57c3b8fe1f4bee3e54d7a /stats/pwc-summary.json | |
| parent | 324933ae795162fb2dec922451e7641a61fc59a3 (diff) | |
| download | perlweeklychallenge-club-bdccc595136c50d47cb428cb7c3cb846b77ee477.tar.gz perlweeklychallenge-club-bdccc595136c50d47cb428cb7c3cb846b77ee477.tar.bz2 perlweeklychallenge-club-bdccc595136c50d47cb428cb7c3cb846b77ee477.zip | |
- Added solutions by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 05f02aeb09..ed56a21443 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -203,21 +203,6 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 200] Last updated at 2020-11-09 02:02:19 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "series" : [ { "name" : "Perl", @@ -288,7 +273,7 @@ 0, 0, 6, - 74, + 75, 16, 0, 0, @@ -425,7 +410,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -493,7 +477,7 @@ 1, 0, 0, - 74, + 75, 5, 14, 2, @@ -627,7 +611,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -697,7 +682,7 @@ 1, 0, 0, - 61, + 62, 0, 0, 0, @@ -835,13 +820,28 @@ "name" : "Blog" } ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "chart" : { + "type" : "column" }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 200] Last updated at 2020-11-09 02:05:03 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
