diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index d242d0e3e3..2ed01551c5 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,12 +1,4 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, "xAxis" : { "categories" : [ "3ter", @@ -258,13 +250,6 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "chart" : { - "type" : "column" - }, "series" : [ { "name" : "Perl", @@ -329,7 +314,7 @@ 0, 43, 132, - 142, + 143, 1, 4, 12, @@ -1023,13 +1008,28 @@ ] } ], + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "subtitle" : { - "text" : "[Champions: 247] Last updated at 2022-01-12 14:16:56 GMT" + "text" : "[Champions: 247] Last updated at 2022-01-13 10:07:02 GMT" }, "yAxis" : { "min" : 0, "title" : { "text" : "" } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
