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-31-60.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-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 7d67861078..8d83a4f3f3 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,24 +1,10 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-03-18 11:13:06 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "chart" : { + "type" : "column" }, "series" : [ { @@ -92,7 +78,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 9, 0, @@ -124,11 +109,12 @@ 7, 0, 0 - ] + ], + "name" : "Blog" } ], - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-03-18 11:19:08 GMT" }, "xAxis" : { "categories" : [ @@ -163,5 +149,19 @@ "Doug Schrag", "Duane Powell" ] + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
