diff options
Diffstat (limited to 'stats/pwc-summary-91-120.json')
| -rw-r--r-- | stats/pwc-summary-91-120.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index 2df846eadf..bbc1fc3b09 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,13 +1,27 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-12-21 16:42:45 GMT" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "title" : { "text" : "The Weekly Challenge [2019 - 2021]" }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { - "name" : "Perl", "data" : [ 0, 92, @@ -39,7 +53,8 @@ 0, 16, 4 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -112,8 +127,8 @@ ] } ], - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-12-21 17:05:32 GMT" }, "xAxis" : { "categories" : [ @@ -148,20 +163,5 @@ "Kivanc Yazan", "kjetillll" ] - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 } } |
