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-211-240.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-211-240.json')
| -rw-r--r-- | stats/pwc-summary-211-240.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary-211-240.json b/stats/pwc-summary-211-240.json index 075b32c38f..e2cc3e6723 100644 --- a/stats/pwc-summary-211-240.json +++ b/stats/pwc-summary-211-240.json @@ -1,24 +1,6 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-03-18 11:13:06 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "text" : "[Champions: 30] Last updated at 2022-03-18 11:19:08 GMT" }, "xAxis" : { "categories" : [ @@ -59,6 +41,7 @@ }, "series" : [ { + "name" : "Perl", "data" : [ 10, 0, @@ -90,10 +73,10 @@ 0, 183, 24 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 10, 3, @@ -125,8 +108,7 @@ 2, 201, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -163,5 +145,23 @@ 0 ] } - ] + ], + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + } } |
