diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 7a951ec254..f57f8a20ed 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,4 @@ { - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "3ter", @@ -241,19 +238,6 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 235] Last updated at 2021-08-07 00:17:14 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "plotOptions" : { "column" : { "stacking" : "percent" @@ -262,6 +246,13 @@ "title" : { "text" : "The Weekly Challenge [2019 - 2021]" }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" + }, "series" : [ { "name" : "Perl", @@ -784,7 +775,7 @@ 2, 0, 0, - 64, + 65, 0, 0, 0, @@ -983,5 +974,14 @@ ], "name" : "Blog" } - ] + ], + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 235] Last updated at 2021-08-07 00:59:00 GMT" + } } |
