diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-03-18 11:20:41 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-03-18 11:20:41 +0000 |
| commit | ec40a817b49b92d42a652fc8edc3772697a29314 (patch) | |
| tree | 00e7afc6dc9295a055f4451eb3166a3eed018729 /stats/pwc-summary-151-180.json | |
| parent | 274cc5655aee01f0b6fa48da44b2f068690d3158 (diff) | |
| download | perlweeklychallenge-club-ec40a817b49b92d42a652fc8edc3772697a29314.tar.gz perlweeklychallenge-club-ec40a817b49b92d42a652fc8edc3772697a29314.tar.bz2 perlweeklychallenge-club-ec40a817b49b92d42a652fc8edc3772697a29314.zip | |
- Added blog post by Roger Bell_West.
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index 492c02b8f7..5ae24f83fb 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -1,28 +1,8 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-03-18 11:13:06 GMT" - }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "Michael Hamlin", @@ -57,8 +37,15 @@ "Peter Campbell Smith" ] }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-03-18 11:19:08 GMT" + }, + "chart" : { + "type" : "column" + }, "series" : [ { + "name" : "Perl", "data" : [ 4, 0, @@ -90,8 +77,7 @@ 164, 0, 53 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -129,7 +115,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -161,7 +146,22 @@ 0, 0, 16 - ] + ], + "name" : "Blog" + } + ], + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" } - ] + } } |
