diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-31 02:08:01 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-31 02:08:01 +0000 |
| commit | a05a2a27aa6f75b2d53d8e5025832bcd30ca8cc3 (patch) | |
| tree | 8c90d21c68e4981ea875281f326bb44d11ebd40b /stats/pwc-summary.json | |
| parent | 3d71b609040fa9738ac9afd6bb38140cbf8f3830 (diff) | |
| download | perlweeklychallenge-club-a05a2a27aa6f75b2d53d8e5025832bcd30ca8cc3.tar.gz perlweeklychallenge-club-a05a2a27aa6f75b2d53d8e5025832bcd30ca8cc3.tar.bz2 perlweeklychallenge-club-a05a2a27aa6f75b2d53d8e5025832bcd30ca8cc3.zip | |
- Added blogs by Abigail.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index c817d9cf29..2aba46989f 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,10 +1,7 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -251,8 +248,7 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -505,13 +501,12 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, 0, 28, - 54, + 55, 0, 108, 0, @@ -752,7 +747,8 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], "plotOptions" : { @@ -760,21 +756,6 @@ "stacking" : "percent" } }, - "subtitle" : { - "text" : "[Champions: 245] Last updated at 2021-12-30 01:05:30 GMT" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, "xAxis" : { "categories" : [ "3ter", @@ -1023,5 +1004,24 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 245] Last updated at 2021-12-31 02:06:40 GMT" } } |
