diff options
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index b98706e943..912817d620 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -1,31 +1,22 @@ { "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-12-09 17:27:34 GMT" + } }, "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "chart" : { "type" : "column" }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, "series" : [ { - "name" : "Perl", "data" : [ 0, 0, @@ -57,10 +48,10 @@ 11, 7, 1 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 2, 0, @@ -92,7 +83,8 @@ 0, 0, 35 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -163,5 +155,13 @@ "Petr Roubicek", "Philip Hood" ] + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-12-09 20:52:09 GMT" } } |
