diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index e1b526222f..55359a1925 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,15 +1,30 @@ { - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-06-14 20:41:46 GMT" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "chart" : { + "type" : "column" + }, "series" : [ { - "name" : "Perl", "data" : [ 303, 328, @@ -41,9 +56,11 @@ 282, 1, 0 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -75,8 +92,7 @@ 281, 0, 3 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -114,22 +130,6 @@ "name" : "Blog" } ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-06-14 20:05:56 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "xAxis" : { "categories" : [ "Duncan C. White", |
