diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index ef451da269..10893bacc5 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,6 @@ { "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -110,7 +109,7 @@ 0, 6, 5, - 233, + 234, 1, 1, 151, @@ -311,10 +310,10 @@ 44, 11, 4 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -367,8 +366,8 @@ 6, 0, 0, - 8, 1, + 8, 0, 104, 0, @@ -423,7 +422,7 @@ 0, 0, 0, - 233, + 234, 0, 2, 5, @@ -624,7 +623,8 @@ 11, 0, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -735,7 +735,7 @@ 0, 0, 0, - 221, + 222, 0, 0, 124, @@ -940,30 +940,9 @@ "name" : "Blog" } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "title" : { "text" : "The Weekly Challenge [2019 - 2024]" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 308] Last updated at 2024-04-15 00:15:30 GMT" - }, - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "3ter", @@ -1275,5 +1254,26 @@ "Yozen Hernandez", "Yves Orton" ] + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 308] Last updated at 2024-04-15 01:58:24 GMT" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
