diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-04-20 01:09:46 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-04-20 01:09:46 +0100 |
| commit | 4e9cae314d145e0b0afe3e2e05f560475450b450 (patch) | |
| tree | f791104f666f7bafe47b463092443fa1b95f0fb6 /stats/pwc-summary.json | |
| parent | bf0cf83ece0bd0a1bf48aa8839e75bc0300fe1b4 (diff) | |
| download | perlweeklychallenge-club-4e9cae314d145e0b0afe3e2e05f560475450b450.tar.gz perlweeklychallenge-club-4e9cae314d145e0b0afe3e2e05f560475450b450.tar.bz2 perlweeklychallenge-club-4e9cae314d145e0b0afe3e2e05f560475450b450.zip | |
- Added BLOG 056.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 0b13559d14..8bc25b8c64 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,15 @@ { - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 159] Last updated at 2020-04-20 00:09:30 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "series" : [ { @@ -332,6 +341,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -433,7 +443,7 @@ 0, 0, 0, - 8, + 9, 0, 3, 0, @@ -492,10 +502,21 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "Aaron Rowe", @@ -658,26 +679,5 @@ "Yet Ebreo", "Yozen Hernandez" ] - }, - "subtitle" : { - "text" : "[Champions: 159] Last updated at 2020-04-19 23:55:21 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 } } |
