diff options
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 5f65778c8e..5d329d2374 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,7 +1,4 @@ { - "chart" : { - "type" : "column" - }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" }, @@ -10,9 +7,6 @@ "stacking" : "percent" } }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-12-06 17:26:20 GMT" - }, "xAxis" : { "categories" : [ "Ben Bullock", @@ -47,19 +41,24 @@ "David Kayal" ] }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-12-06 17:46:42 GMT" + }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + }, + "min" : 0 }, "series" : [ { - "name" : "Perl", "data" : [ 2, 0, @@ -91,7 +90,8 @@ 328, 4, 4 - ] + ], + "name" : "Perl" }, { "name" : "Raku", |
