diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-18 16:36:14 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-18 16:36:14 +0100 |
| commit | 28e8ae0a51e27c2435ca1e8fc16f4eea32a78b05 (patch) | |
| tree | e95e8f535b4fdc5fae55613c1910fb80bb01c3ae /stats/pwc-summary.json | |
| parent | 9a948f1a8f9bbe8d5c66dc3730732b492454f8fa (diff) | |
| download | perlweeklychallenge-club-28e8ae0a51e27c2435ca1e8fc16f4eea32a78b05.tar.gz perlweeklychallenge-club-28e8ae0a51e27c2435ca1e8fc16f4eea32a78b05.tar.bz2 perlweeklychallenge-club-28e8ae0a51e27c2435ca1e8fc16f4eea32a78b05.zip | |
- Added solutions by Ulrich Rieke.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 6dba8908a0..3e9d0bae46 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,12 +1,9 @@ { "yAxis" : { - "min" : 0, "title" : { "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 222] Last updated at 2021-05-18 13:16:25 GMT" + }, + "min" : 0 }, "plotOptions" : { "column" : { @@ -16,6 +13,16 @@ "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/>" + }, + "subtitle" : { + "text" : "[Champions: 222] Last updated at 2021-05-18 15:36:01 GMT" + }, "xAxis" : { "categories" : [ "3ter", @@ -454,7 +461,7 @@ 1, 3, 0, - 65, + 66, 12, 9, 9, @@ -471,6 +478,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -680,7 +688,7 @@ 0, 0, 1, - 69, + 70, 0, 2, 0, @@ -694,8 +702,7 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -924,12 +931,5 @@ 10 ] } - ], - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - } + ] } |
