diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-05-19 12:43:50 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-05-19 12:43:50 +0100 |
| commit | 7e035a8e8d9342dc33f33a68cae10acfd972aea2 (patch) | |
| tree | c6b97facd6e6165ef6f1f90eb5abc8bd5dab4cc8 /stats/pwc-summary-1-30.json | |
| parent | 45f5e9b33c460cd3f6b8e27315e9fce429e105db (diff) | |
| download | perlweeklychallenge-club-7e035a8e8d9342dc33f33a68cae10acfd972aea2.tar.gz perlweeklychallenge-club-7e035a8e8d9342dc33f33a68cae10acfd972aea2.tar.bz2 perlweeklychallenge-club-7e035a8e8d9342dc33f33a68cae10acfd972aea2.zip | |
- Added blog post by Roger Bell_West.
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 740468c7b5..f8dec35440 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,7 +1,4 @@ { - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "3ter", @@ -36,29 +33,12 @@ "Bob Lied" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "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]" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-05-18 23:41:06 GMT" + "chart" : { + "type" : "column" }, "series" : [ { + "name" : "Perl", "data" : [ 2, 0, @@ -90,8 +70,7 @@ 0, 4, 54 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -129,6 +108,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -160,8 +140,28 @@ 0, 0, 0 - ], - "name" : "Blog" + ] + } + ], + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-05-19 11:40:25 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" } - ] + } } |
