diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 7a0db02c53..20e0078a35 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,21 +1,6 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" - }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -45,7 +30,7 @@ 83, 6, 0, - 248, + 249, 0, 4, 31, @@ -329,7 +314,8 @@ 44, 11, 4 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -361,7 +347,7 @@ 278, 0, 7, - 231, + 232, 0, 0, 0, @@ -649,6 +635,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -904,7 +891,7 @@ 1, 1, 0, - 258, + 259, 0, 33, 1, @@ -962,10 +949,18 @@ 5, 10, 1 - ], - "name" : "Blog" + ] } ], + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 312] Last updated at 2024-08-04 12:53:52 GMT" + }, "xAxis" : { "categories" : [ "3ter", @@ -1282,14 +1277,19 @@ "Yves Orton" ] }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 312] Last updated at 2024-08-03 21:41:58 GMT" - }, - "chart" : { - "type" : "column" } } |
