diff options
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index 60661eecbb..b4adabf76a 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -1,10 +1,15 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-04-14 14:13:03 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" } }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, "xAxis" : { "categories" : [ "Maxim Nechaev", @@ -39,27 +44,8 @@ "Pete Sergeant" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-04-14 14:03:06 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "series" : [ { - "name" : "Perl", "data" : [ 12, 4, @@ -91,7 +77,8 @@ 0, 171, 0 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -163,5 +150,18 @@ 0 ] } - ] + ], + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + } } |
