diff options
Diffstat (limited to 'stats/pwc-summary-211-240.json')
| -rw-r--r-- | stats/pwc-summary-211-240.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary-211-240.json b/stats/pwc-summary-211-240.json index 53e2d8995a..a519646fea 100644 --- a/stats/pwc-summary-211-240.json +++ b/stats/pwc-summary-211-240.json @@ -1,7 +1,4 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, "xAxis" : { "categories" : [ "Samir Parikh", @@ -36,21 +33,20 @@ "Ulrich Rieke" ] }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-04-05 13:25:07 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, "series" : [ { - "name" : "Perl", "data" : [ 10, 10, @@ -82,9 +78,11 @@ 5, 0, 187 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 10, @@ -96,7 +94,7 @@ 0, 0, 0, - 224, + 226, 0, 0, 0, @@ -116,8 +114,7 @@ 0, 2, 205 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -155,13 +152,16 @@ "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-04-05 13:44:36 GMT" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "chart" : { + "type" : "column" } } |
