diff options
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 2d71b8557a..f1e99e56fe 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,19 +1,11 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-07-22 08:39:51 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "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 - 2024]" - }, "xAxis" : { "categories" : [ "3ter", @@ -48,8 +40,16 @@ "Aubrey Quarcoo" ] }, - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2024-07-22 08:46:24 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" }, "yAxis" : { "title" : { @@ -59,7 +59,6 @@ }, "series" : [ { - "name" : "Perl", "data" : [ 2, 0, @@ -91,10 +90,10 @@ 0, 462, 0 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -126,7 +125,8 @@ 14, 424, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", |
