diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 97da00a662..fdd0e099d3 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,20 +1,4 @@ { - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "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]" - }, "xAxis" : { "categories" : [ "Csaba Simandi", @@ -49,6 +33,24 @@ "Freddie B" ] }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "series" : [ { "data" : [ @@ -121,6 +123,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -152,16 +155,13 @@ 9, 0, 0 - ], - "name" : "Blog" + ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-09-26 08:43:38 GMT" + "text" : "[Champions: 30] Last updated at 2024-09-26 19:54:14 GMT" } } |
