diff options
Diffstat (limited to 'stats/pwc-summary-181-210.json')
| -rw-r--r-- | stats/pwc-summary-181-210.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary-181-210.json b/stats/pwc-summary-181-210.json index 8ff97eda1a..16ed2d0dfa 100644 --- a/stats/pwc-summary-181-210.json +++ b/stats/pwc-summary-181-210.json @@ -1,12 +1,9 @@ { - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-07-09 16:49:42 GMT" + "text" : "[Champions: 30] Last updated at 2024-07-10 21:03:35 GMT" }, "xAxis" : { "categories" : [ @@ -42,24 +39,15 @@ "Packy Anderson" ] }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" - }, "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" }, "series" : [ { - "name" : "Perl", "data" : [ 2, 6, @@ -91,10 +79,10 @@ 0, 8, 102 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -126,9 +114,11 @@ 28, 0, 102 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -160,8 +150,18 @@ 0, 0, 51 - ], - "name" : "Blog" + ] + } + ], + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" } - ] + } } |
