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 02c9887750..e8ad3882d0 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,8 +1,4 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "xAxis" : { "categories" : [ "3ter", @@ -330,29 +326,8 @@ "Yves Orton" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2025]" - }, - "subtitle" : { - "text" : "[Champions: 323] Last updated at 2025-05-04 14:30:55 GMT" - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -677,7 +652,8 @@ 44, 11, 4 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -709,7 +685,7 @@ 0, 0, 1, - 317, + 318, 0, 12, 270, @@ -1037,7 +1013,7 @@ 0, 0, 0, - 317, + 318, 0, 0, 4, @@ -1335,5 +1311,29 @@ 1 ] } - ] + ], + "subtitle" : { + "text" : "[Champions: 323] Last updated at 2025-05-04 14:35:56 GMT" + }, + "chart" : { + "type" : "column" + }, + "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 - 2025]" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + } } |
