diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-28 12:25:51 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-28 12:25:51 +0100 |
| commit | 15ac63c0f3554fc95fbeb05fa7504a205ab76142 (patch) | |
| tree | 4926baeb6d4e95e9ceceb13734246154dd570965 /stats/pwc-summary.json | |
| parent | 8af7f38eab75da89d982ec77f31566b568a32b70 (diff) | |
| download | perlweeklychallenge-club-15ac63c0f3554fc95fbeb05fa7504a205ab76142.tar.gz perlweeklychallenge-club-15ac63c0f3554fc95fbeb05fa7504a205ab76142.tar.bz2 perlweeklychallenge-club-15ac63c0f3554fc95fbeb05fa7504a205ab76142.zip | |
- Added solutions by Pete Houston.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 361661ac55..1db30cd353 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,14 +1,4 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "series" : [ { "data" : [ @@ -140,7 +130,7 @@ 2, 2, 0, - 21, + 22, 0, 1, 8, @@ -389,6 +379,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -574,8 +565,7 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], "xAxis" : { @@ -766,14 +756,24 @@ "Yozen Hernandez" ] }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 }, + "chart" : { + "type" : "column" + }, "subtitle" : { - "text" : "[Champions: 184] Last updated at 2020-08-28 11:18:15 GMT" + "text" : "[Champions: 184] Last updated at 2020-08-28 11:25:01 GMT" }, "plotOptions" : { "column" : { |
