diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 4ab7458ea4..ef40965dcc 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,25 +1,6 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-06-07 22:14:13 GMT" - }, "series" : [ { - "name" : "Perl", "data" : [ 301, 328, @@ -51,7 +32,8 @@ 1, 0, 200 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -71,7 +53,7 @@ 0, 0, 0, - 2, + 4, 0, 0, 0, @@ -89,7 +71,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 1, 53, @@ -121,14 +102,16 @@ 0, 0, 74 - ] + ], + "name" : "Blog" } ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "xAxis" : { "categories" : [ @@ -163,5 +146,22 @@ "James Raspass", "James Smith" ] + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-06-09 21:28:57 GMT" } } |
