diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index e4be54cee6..d4e0bdc7b3 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -3,14 +3,10 @@ "text" : "Perl Weekly Challenge [2019 - 2020]" }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + } }, "series" : [ { @@ -51,7 +47,7 @@ 72, 0, 1, - 89, + 90, 2, 1, 38, @@ -241,7 +237,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -278,7 +273,7 @@ 0, 1, 0, - 65, + 66, 0, 0, 0, @@ -465,7 +460,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -505,7 +501,7 @@ 27, 0, 0, - 52, + 53, 0, 0, 0, @@ -695,13 +691,9 @@ ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "xAxis" : { "categories" : [ @@ -930,6 +922,14 @@ ] }, "subtitle" : { - "text" : "[Champions: 222] Last updated at 2021-05-16 06:43:31 GMT" + "text" : "[Champions: 222] Last updated at 2021-05-16 07:11:02 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" } } |
