diff options
Diffstat (limited to 'stats/pwc-summary-181-210.json')
| -rw-r--r-- | stats/pwc-summary-181-210.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary-181-210.json b/stats/pwc-summary-181-210.json index e3defd8053..72add91840 100644 --- a/stats/pwc-summary-181-210.json +++ b/stats/pwc-summary-181-210.json @@ -1,4 +1,22 @@ { + "chart" : { + "type" : "column" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2023]" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2023-05-05 10:21:41 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "Nazareno Delucca", @@ -33,6 +51,12 @@ "Phillip Harris" ] }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "series" : [ { "data" : [ @@ -70,7 +94,6 @@ "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -102,7 +125,8 @@ 0, 0, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -139,29 +163,5 @@ ], "name" : "Blog" } - ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "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-05-04 09:46:38 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2023]" - } + ] } |
