diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 5bdeae12e8..ea668ea3c8 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,15 +1,7 @@ { - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 258] Last updated at 2022-05-31 21:27:00 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -255,7 +247,7 @@ 1, 3, 0, - 118, + 119, 12, 9, 12, @@ -269,10 +261,10 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -532,8 +524,7 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -799,12 +790,6 @@ ] } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "xAxis" : { "categories" : [ "3ter", @@ -1067,13 +1052,28 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "plotOptions" : { "column" : { "stacking" : "percent" } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 258] Last updated at 2022-05-31 21:41:56 GMT" } } |
