diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index a5f77d32b2..07ff66d462 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,25 @@ { + "subtitle" : { + "text" : "[Champions: 270] Last updated at 2022-09-30 16:23:06 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "xAxis" : { "categories" : [ "3ter", @@ -273,9 +294,11 @@ "Yozen Hernandez" ] }, + "chart" : { + "type" : "column" + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -547,7 +570,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -771,7 +795,7 @@ 0, 29, 3, - 31, + 32, 0, 157, 57, @@ -1099,29 +1123,5 @@ ], "name" : "Blog" } - ], - "subtitle" : { - "text" : "[Champions: 270] Last updated at 2022-09-30 16:15:38 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - } + ] } |
