diff options
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index fe2dac7430..11230f8a70 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,15 +1,10 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2025]" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "chart" : { + "type" : "column" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + "plotOptions" : { + "column" : { + "stacking" : "percent" } }, "xAxis" : { @@ -46,6 +41,16 @@ "Kian-Meng Ang" ] }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2025]" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2025-04-20 01:50:27 GMT" + }, "series" : [ { "name" : "Perl", @@ -83,7 +88,6 @@ ] }, { - "name" : "Raku", "data" : [ 14, 92, @@ -115,7 +119,8 @@ 84, 2, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -153,15 +158,10 @@ "name" : "Blog" } ], - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2025-04-19 23:30:49 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } |
