diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-15 22:21:36 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-15 22:21:36 +0100 |
| commit | 1ff01550868251c8fb7bc0f3729d8c47bc8a375f (patch) | |
| tree | be9930df6c956a3a46b6a4d093d363316226a438 /stats/pwc-summary.json | |
| parent | 5e0fbeae30637c44e522dc2df7272885f22b0357 (diff) | |
| download | perlweeklychallenge-club-1ff01550868251c8fb7bc0f3729d8c47bc8a375f.tar.gz perlweeklychallenge-club-1ff01550868251c8fb7bc0f3729d8c47bc8a375f.tar.bz2 perlweeklychallenge-club-1ff01550868251c8fb7bc0f3729d8c47bc8a375f.zip | |
- Added Raku solution to "Leader Element" task.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 6fd26c2ddb..cd7ac2983c 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,15 +1,13 @@ { - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 188] Last updated at 2020-09-15 19:34:40 GMT" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -199,8 +197,7 @@ 3, 41, 11 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -320,7 +317,7 @@ 0, 0, 0, - 32, + 33, 9, 0, 0, @@ -589,11 +586,11 @@ ] } ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "subtitle" : { + "text" : "[Champions: 188] Last updated at 2020-09-15 21:21:24 GMT" }, "plotOptions" : { "column" : { @@ -793,7 +790,10 @@ ] }, "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 + }, + "chart" : { + "type" : "column" } } |
