diff options
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index ff6692f6db..c461a49cd0 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,6 +1,12 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "yAxis" : { "title" : { @@ -8,12 +14,8 @@ }, "min" : 0 }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2024-09-09 15:44:34 GMT" }, "xAxis" : { "categories" : [ @@ -49,11 +51,6 @@ "Csaba Simandi" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { "data" : [ @@ -68,7 +65,7 @@ 0, 0, 4, - 274, + 276, 6, 72, 2, @@ -76,7 +73,7 @@ 30, 22, 0, - 374, + 376, 2, 3, 0, @@ -91,11 +88,10 @@ "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, - 125, + 126, 3, 0, 0, @@ -123,9 +119,11 @@ 0, 0, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 7, 43, @@ -157,11 +155,13 @@ 0, 0, 0 - ], - "name" : "Blog" + ] } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-09-04 21:20:35 GMT" + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" } } |
