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 1714c6d3ed..13de41ceb2 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,13 +1,21 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2024-04-28 23:20:17 GMT" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "chart" : { "type" : "column" }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" - }, "series" : [ { - "name" : "Perl", "data" : [ 2, 0, @@ -39,7 +47,8 @@ 442, 0, 6 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -112,19 +121,14 @@ "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-04-28 23:04:59 GMT" + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" }, "xAxis" : { "categories" : [ @@ -159,9 +163,5 @@ "Aubrey Quarcoo", "Augie De Blieck Jr." ] - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
