diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 2346aa461c..22e81099bf 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,14 +1,10 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge [2019 - 2025]" }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -28,7 +24,7 @@ 26, 9, 4, - 7, + 8, 11, 4, 1, @@ -173,7 +169,7 @@ 16, 1, 0, - 283, + 284, 0, 0, 0, @@ -232,7 +228,7 @@ 2, 102, 0, - 173, + 174, 1, 109, 3, @@ -264,7 +260,7 @@ 0, 0, 6, - 118, + 120, 98, 1, 0, @@ -297,7 +293,7 @@ 1, 4, 0, - 77, + 78, 33, 1, 2, @@ -331,8 +327,7 @@ 44, 11, 4 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -593,7 +588,7 @@ 0, 84, 3, - 1, + 2, 146, 0, 280, @@ -661,6 +656,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -884,7 +880,7 @@ 0, 0, 0, - 161, + 162, 0, 0, 2, @@ -916,10 +912,10 @@ 13, 0, 0, - 102, + 104, 0, 0, - 3, + 4, 1, 0, 286, @@ -983,16 +979,23 @@ 5, 10, 1 - ], - "name" : "Blog" + ] } ], "subtitle" : { - "text" : "[Champions: 321] Last updated at 2025-02-11 11:18:59 GMT" + "text" : "[Champions: 321] Last updated at 2025-02-12 18:32:47 GMT" }, "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "yAxis" : { "title" : { @@ -1000,9 +1003,6 @@ }, "min" : 0 }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2025]" - }, "xAxis" : { "categories" : [ "3ter", |
