diff options
Diffstat (limited to 'stats/pwc-summary-91-120.json')
| -rw-r--r-- | stats/pwc-summary-91-120.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index 9280bd8188..095e6cda4d 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,12 +1,4 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, "xAxis" : { "categories" : [ "Jason Messer", @@ -41,12 +33,28 @@ "kjetillll" ] }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-01-17 07:11:01 GMT" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "series" : [ { + "name" : "Perl", "data" : [ 0, 92, @@ -78,8 +86,7 @@ 0, 16, 4 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -117,7 +124,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 46, @@ -149,19 +155,13 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-01-12 14:16:56 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
