diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 98d19734a4..1bcf45a471 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,24 @@ { - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "subtitle" : { + "text" : "[Champions: 258] Last updated at 2022-05-19 11:40:25 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "xAxis" : { "categories" : [ @@ -264,23 +282,8 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "chart" : { + "type" : "column" }, "series" : [ { @@ -547,7 +550,6 @@ "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -807,7 +809,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -1022,7 +1025,7 @@ 0, 0, 0, - 144, + 145, 0, 23, 1, @@ -1072,8 +1075,5 @@ ], "name" : "Blog" } - ], - "subtitle" : { - "text" : "[Champions: 258] Last updated at 2022-05-18 23:41:06 GMT" - } + ] } |
