diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index a2a72d79bb..a0a546a567 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,14 +1,15 @@ { - "chart" : { - "type" : "column" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, "series" : [ { + "name" : "Perl", "data" : [ 2, 8, @@ -40,8 +41,7 @@ 26, 0, 92 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -79,7 +79,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -111,17 +110,22 @@ 12, 0, 46 - ] + ], + "name" : "Blog" } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-10-16 13:46:17 GMT" + "chart" : { + "type" : "column" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } }, "xAxis" : { "categories" : [ @@ -157,11 +161,7 @@ "Javier Luque" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-10-16 21:55:16 GMT" } } |
