diff options
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index 75e8f1d6e1..90453afe34 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -1,11 +1,9 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-11-26 09:18:30 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "xAxis" : { "categories" : [ @@ -41,8 +39,16 @@ "Noud Aldenhoven" ] }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-11-26 09:45:55 GMT" + }, "series" : [ { + "name" : "Perl", "data" : [ 20, 1, @@ -74,8 +80,7 @@ 207, 3, 0 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -148,20 +153,15 @@ ] } ], - "tooltip" : { - "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 - 2022]" }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
