diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-26 05:07:14 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-26 05:07:14 +0100 |
| commit | 1ac0b05188e44ca889ace85bf0e8974d83feb7b6 (patch) | |
| tree | 2aa25c7fbb4305ff38c9988ef75d691418ed0aad /stats/pwc-summary.json | |
| parent | 3d05c596e29d68cd24da0c45d25d183bc75ed5a2 (diff) | |
| download | perlweeklychallenge-club-1ac0b05188e44ca889ace85bf0e8974d83feb7b6.tar.gz perlweeklychallenge-club-1ac0b05188e44ca889ace85bf0e8974d83feb7b6.tar.bz2 perlweeklychallenge-club-1ac0b05188e44ca889ace85bf0e8974d83feb7b6.zip | |
- Moved blog to the correct folder.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index fa96e6f204..09481040a6 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,12 +1,6 @@ { - "subtitle" : { - "text" : "[Champions: 192] Last updated at 2020-09-25 23:45:46 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "xAxis" : { "categories" : [ @@ -204,12 +198,29 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 192] Last updated at 2020-09-26 04:06:50 GMT" }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -403,10 +414,10 @@ 3, 41, 11 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -600,7 +611,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -723,7 +735,7 @@ 0, 0, 31, - 0, + 1, 0, 4, 0, @@ -799,17 +811,5 @@ 10 ] } - ], - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - } + ] } |
