diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-22 23:03:43 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-22 23:03:43 +0100 |
| commit | 757475cc9b1eb1d97c73b8f2bd1d45cb9e0ffc0f (patch) | |
| tree | 0e67cf5f9c6af1c693905c2c7d84e36aaabd8ebf /stats/pwc-summary.json | |
| parent | fa14fc2cde50bd8b44325f04fa6ecd92e7f23d63 (diff) | |
| download | perlweeklychallenge-club-757475cc9b1eb1d97c73b8f2bd1d45cb9e0ffc0f.tar.gz perlweeklychallenge-club-757475cc9b1eb1d97c73b8f2bd1d45cb9e0ffc0f.tar.bz2 perlweeklychallenge-club-757475cc9b1eb1d97c73b8f2bd1d45cb9e0ffc0f.zip | |
- Added Perl solution to Binary Palindrome task of week 118.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index efb3e87f81..403c8ab807 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,13 +1,31 @@ { + "subtitle" : { + "text" : "[Champions: 225] Last updated at 2021-06-22 22:03:13 GMT" + }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -147,7 +165,7 @@ 2, 0, 0, - 45, + 46, 20, 7, 7, @@ -234,8 +252,7 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -698,23 +715,6 @@ ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 225] Last updated at 2021-06-22 20:52:37 GMT" - }, - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "3ter", |
