diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 019cb8b885..a975ef62a6 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,9 +1,20 @@ { + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "chart" : { + "type" : "column" + }, + "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-04-12 11:07:25 GMT" + "text" : "[Champions: 30] Last updated at 2022-04-12 13:27:35 GMT" }, "series" : [ { + "name" : "Perl", "data" : [ 286, 312, @@ -35,11 +46,9 @@ 2, 0, 0 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -71,10 +80,10 @@ 0, 151, 4 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 1, 53, @@ -106,29 +115,20 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" - }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } }, "xAxis" : { "categories" : [ |
