diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 0e8608a946..29ee30d5a3 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,15 +1,22 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, + "subtitle" : { + "text" : "[Champions: 275] Last updated at 2022-11-01 17:46:37 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -181,7 +188,7 @@ 0, 0, 1, - 99, + 100, 0, 20, 7, @@ -286,11 +293,9 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -567,9 +572,11 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -846,10 +853,12 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "3ter", @@ -1129,19 +1138,10 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "subtitle" : { - "text" : "[Champions: 275] Last updated at 2022-11-01 16:59:08 GMT" - }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } } } |
