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 30d2457258..65eabe12b9 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,22 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 309] Last updated at 2024-05-04 08:21:29 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" + }, "xAxis" : { "categories" : [ "3ter", @@ -312,17 +330,6 @@ "Yves Orton" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 309] Last updated at 2024-05-03 11:20:39 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" - }, "yAxis" : { "min" : 0, "title" : { @@ -331,7 +338,6 @@ }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -339,7 +345,7 @@ 0, 85, 2, - 183, + 184, 1, 0, 2, @@ -466,7 +472,7 @@ 4, 1, 0, - 258, + 259, 4, 1, 13, @@ -527,7 +533,7 @@ 20, 7, 7, - 26, + 27, 4, 1, 162, @@ -642,9 +648,11 @@ 44, 11, 4 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -670,7 +678,7 @@ 0, 0, 1, - 265, + 266, 0, 5, 219, @@ -955,8 +963,7 @@ 11, 0, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -985,7 +992,7 @@ 0, 0, 0, - 265, + 266, 0, 0, 4, @@ -1094,7 +1101,7 @@ 0, 0, 0, - 28, + 29, 0, 0, 1, @@ -1272,12 +1279,5 @@ 1 ] } - ], - "chart" : { - "type" : "column" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - } + ] } |
