diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index bc964e9ecc..2d8d81ae4f 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,25 +1,4 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "xAxis" : { "categories" : [ "3ter", @@ -283,12 +262,32 @@ "Yozen Hernandez" ] }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "subtitle" : { - "text" : "[Champions: 259] Last updated at 2022-06-12 13:16:24 GMT" + "text" : "[Champions: 259] Last updated at 2022-06-12 13:34:25 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -311,7 +310,7 @@ 0, 73, 3, - 142, + 143, 0, 10, 2, @@ -549,10 +548,10 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -575,7 +574,7 @@ 1, 167, 0, - 125, + 126, 0, 1, 0, @@ -813,10 +812,10 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -1077,7 +1076,8 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ] } |
