diff options
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index ed1ddbde9b..f68456f1e9 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,4 +1,7 @@ { + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, "xAxis" : { "categories" : [ "Bruce Gray", @@ -33,17 +36,24 @@ "E. Choroba" ] }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-10-20 05:36:11 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "chart" : { + "type" : "column" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "series" : [ { + "name" : "Perl", "data" : [ 14, 2, @@ -75,8 +85,7 @@ 82, 237, 260 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -114,7 +123,6 @@ ] }, { - "name" : "Blog", "data" : [ 1, 0, @@ -146,22 +154,14 @@ 0, 1, 52 - ] + ], + "name" : "Blog" } ], "yAxis" : { - "min" : 0, "title" : { "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-10-20 05:30:46 GMT" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" + }, + "min" : 0 } } |
