diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-16 12:35:38 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-16 12:35:38 +0100 |
| commit | 51b2e3d945bde176baf659ca6f7f5ef2626232ce (patch) | |
| tree | 18a3ee3ab974b09bcfec8aaa8f04bc0cf79b56c5 /stats/pwc-summary.json | |
| parent | 90d4931a228b4ada1f330702ed4c8b96faeb0371 (diff) | |
| download | perlweeklychallenge-club-51b2e3d945bde176baf659ca6f7f5ef2626232ce.tar.gz perlweeklychallenge-club-51b2e3d945bde176baf659ca6f7f5ef2626232ce.tar.bz2 perlweeklychallenge-club-51b2e3d945bde176baf659ca6f7f5ef2626232ce.zip | |
- Added blog post by Roger Bell_West.
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 e51fc5a8f1..922c96f27b 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,31 +1,9 @@ { - "subtitle" : { - "text" : "[Champions: 262] Last updated at 2022-07-16 11:13:44 GMT" - }, "chart" : { "type" : "column" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -289,7 +267,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -559,6 +538,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -774,7 +754,7 @@ 0, 0, 0, - 152, + 153, 0, 29, 1, @@ -822,8 +802,7 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], "xAxis" : { @@ -1091,5 +1070,26 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "subtitle" : { + "text" : "[Champions: 262] Last updated at 2022-07-16 11:31:20 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } |
