diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-31 18:54:41 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-31 18:54:41 +0100 |
| commit | 80f2c8c7fa1158cd54afca1155fca0f6726890bb (patch) | |
| tree | f658da814967697e1c2cdbeabc179bb934260a79 /stats/pwc-summary.json | |
| parent | a0c35154601c3a77379ce91bde9f02af6979c225 (diff) | |
| download | perlweeklychallenge-club-80f2c8c7fa1158cd54afca1155fca0f6726890bb.tar.gz perlweeklychallenge-club-80f2c8c7fa1158cd54afca1155fca0f6726890bb.tar.bz2 perlweeklychallenge-club-80f2c8c7fa1158cd54afca1155fca0f6726890bb.zip | |
- Added blog post by Adam Russell.
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 5c8a8745c9..3bee51d252 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,6 @@ { - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, "xAxis" : { "categories" : [ @@ -269,15 +269,15 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 263] Last updated at 2022-07-31 16:52:58 GMT" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -542,11 +542,9 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -811,7 +809,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -1082,14 +1081,15 @@ "name" : "Blog" } ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "subtitle" : { + "text" : "[Champions: 263] Last updated at 2022-07-31 17:52:47 GMT" + }, + "chart" : { + "type" : "column" }, "plotOptions" : { "column" : { |
