diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 54106b75d7..f01dbe2196 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,4 +1,9 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "Dave Cross", @@ -33,22 +38,19 @@ "Humberto Massa" ] }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2023-03-10 22:12:19 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "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" : [ { + "name" : "Perl", "data" : [ 68, 354, @@ -80,10 +82,10 @@ 0, 0, 0 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 0, 1, @@ -115,11 +117,9 @@ 8, 0, 32 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 2, 132, @@ -151,17 +151,17 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2023-03-11 23:38:58 GMT" }, "title" : { "text" : "The Weekly Challenge [2019 - 2023]" + }, + "chart" : { + "type" : "column" } } |
