diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 56 |
1 files changed, 30 insertions, 26 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 8a001a6d77..b7df01c1e6 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -2,6 +2,18 @@ "chart" : { "type" : "column" }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" + }, "xAxis" : { "categories" : [ "3ter", @@ -21,6 +33,7 @@ "Ali Moradi", "Alicia Bielsa", "Andinus", + "Andre Ploger", "Andreas Voegele", "Andrew Grangaard", "Andrew Mehta", @@ -322,17 +335,9 @@ "Yves Orton" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 316] Last updated at 2024-09-23 14:42:12 GMT" - }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -351,6 +356,7 @@ 85, 26, 9, + 1, 11, 4, 1, @@ -490,7 +496,7 @@ 26, 9, 11, - 273, + 274, 16, 1, 0, @@ -650,11 +656,9 @@ 44, 11, 4 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -677,6 +681,7 @@ 0, 0, 0, + 0, 52, 0, 0, @@ -812,7 +817,7 @@ 0, 2, 0, - 274, + 275, 0, 0, 5, @@ -972,7 +977,8 @@ 11, 0, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -994,6 +1000,7 @@ 49, 0, 23, + 1, 2, 0, 0, @@ -1133,7 +1140,7 @@ 13, 0, 0, - 274, + 275, 0, 0, 0, @@ -1296,16 +1303,13 @@ ] } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 317] Last updated at 2024-09-23 15:41:58 GMT" }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } |
