diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 2e5d1de1ec..b7d813d3d3 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,26 +1,11 @@ { - "chart" : { - "type" : "column" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 258] Last updated at 2022-06-03 10:35:04 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -133,7 +118,7 @@ 33, 4, 0, - 104, + 105, 4, 1, 7, @@ -280,7 +265,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -809,6 +795,15 @@ ] } ], + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 258] Last updated at 2022-06-03 14:51:04 GMT" + }, "xAxis" : { "categories" : [ "3ter", @@ -1071,9 +1066,14 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } |
