diff options
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index a2ef69369f..f3f1ddda8c 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,18 +1,10 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "chart" : { + "type" : "column" }, "series" : [ { + "name" : "Perl", "data" : [ 2, 0, @@ -44,10 +36,10 @@ 328, 4, 4 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 0, 31, @@ -79,10 +71,10 @@ 1, 0, 0 - ], - "name" : "Raku" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -114,10 +106,17 @@ 123, 0, 0 - ], - "name" : "Blog" + ] } ], + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-12-10 08:55:02 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "Ben Bullock", @@ -152,11 +151,12 @@ "David Kayal" ] }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-12-10 08:20:38 GMT" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "yAxis" : { "min" : 0, |
