diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 57f723e9e7..0b14ce34b1 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,19 +1,9 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "title" : { "text" : "The Weekly Challenge [2019 - 2024]" }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 306] Last updated at 2024-02-04 19:54:17 GMT" + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -325,6 +315,11 @@ "Yves Orton" ] }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { "name" : "Perl", @@ -435,7 +430,7 @@ 0, 6, 5, - 223, + 224, 1, 1, 150, @@ -638,7 +633,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -746,7 +740,7 @@ 0, 0, 0, - 223, + 224, 0, 2, 5, @@ -829,7 +823,7 @@ 0, 66, 1, - 4, + 5, 20, 0, 0, @@ -946,7 +940,8 @@ 11, 0, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -1057,7 +1052,7 @@ 0, 0, 0, - 211, + 212, 0, 0, 123, @@ -1260,12 +1255,17 @@ ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 306] Last updated at 2024-02-05 01:05:22 GMT" }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } |
