diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-11 23:30:31 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-11 23:30:31 +0100 |
| commit | 5d6ff1b6bc7ab5ac2d2ecea36f3e10a48a612c5c (patch) | |
| tree | c3e3a0422d691e0aba6acab1a4c31d5ffbc6068e /stats/pwc-summary-31-60.json | |
| parent | 7f0ab577587bd5236456d93c5534e298298b384e (diff) | |
| download | perlweeklychallenge-club-5d6ff1b6bc7ab5ac2d2ecea36f3e10a48a612c5c.tar.gz perlweeklychallenge-club-5d6ff1b6bc7ab5ac2d2ecea36f3e10a48a612c5c.tar.bz2 perlweeklychallenge-club-5d6ff1b6bc7ab5ac2d2ecea36f3e10a48a612c5c.zip | |
- Added solutions by Arne Sommer.
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 00c4d08250..e3106ec83c 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,19 +1,9 @@ { - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "chart" : { + "type" : "column" }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-09-11 16:35:19 GMT" + "text" : "[Champions: 30] Last updated at 2020-09-11 22:30:01 GMT" }, "xAxis" : { "categories" : [ @@ -49,17 +39,16 @@ "Ian Rifkin" ] }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" - }, "series" : [ { - "name" : "Perl", "data" : [ 1, 106, @@ -91,10 +80,10 @@ 32, 0, 6 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 68, @@ -126,7 +115,8 @@ 0, 0, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -163,5 +153,15 @@ ], "name" : "Blog" } - ] + ], + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + } } |
