diff options
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index e3a47a516e..b930c54baf 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,17 +1,14 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "chart" : { "type" : "column" }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2025]" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { - "name" : "Perl", "data" : [ 540, 0, @@ -43,7 +40,8 @@ 337, 3, 2 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -71,8 +69,8 @@ 9, 0, 0, - 2, 17, + 2, 0, 194, 0, @@ -81,7 +79,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 4, 0, @@ -113,9 +110,20 @@ 137, 0, 0 - ] + ], + "name" : "Blog" } ], + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2025-05-07 13:56:00 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2025]" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "xAxis" : { "categories" : [ "Athanasius", @@ -151,17 +159,9 @@ ] }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2025-05-06 20:46:09 GMT" } } |
