diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-25 21:05:34 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-25 21:05:34 +0100 |
| commit | 21af05ca16a04a6a112a27ebc39b1e1cdb7c5c67 (patch) | |
| tree | 33970391160364eeff80f82e41363d3056556cf4 /stats/pwc-summary.json | |
| parent | 887668d7dbe4602f0ed7e4e1fa753c7e9472680f (diff) | |
| download | perlweeklychallenge-club-21af05ca16a04a6a112a27ebc39b1e1cdb7c5c67.tar.gz perlweeklychallenge-club-21af05ca16a04a6a112a27ebc39b1e1cdb7c5c67.tar.bz2 perlweeklychallenge-club-21af05ca16a04a6a112a27ebc39b1e1cdb7c5c67.zip | |
- Added blog by Abigail.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 71b568f0c4..f3e27a447f 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,9 +1,11 @@ { - "subtitle" : { - "text" : "[Champions: 220] Last updated at 2021-04-25 13:16:31 GMT" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -225,11 +227,9 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -451,10 +451,10 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -676,21 +676,21 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "xAxis" : { "categories" : [ @@ -916,12 +916,12 @@ "Yozen Hernandez" ] }, + "subtitle" : { + "text" : "[Champions: 220] Last updated at 2021-04-25 20:05:19 GMT" + }, "plotOptions" : { "column" : { "stacking" : "percent" } - }, - "chart" : { - "type" : "column" } } |
