diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index aaf73070fd..33eefc391d 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,30 @@ { + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "subtitle" : { + "text" : "[Champions: 262] Last updated at 2022-07-12 23:24:17 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -195,7 +218,7 @@ 10, 4, 1, - 4, + 5, 2, 4, 1, @@ -265,10 +288,10 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -532,10 +555,10 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -799,7 +822,8 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], "xAxis" : { @@ -1067,29 +1091,5 @@ "Yet Ebreo", "Yozen Hernandez" ] - }, - "subtitle" : { - "text" : "[Champions: 262] Last updated at 2022-07-12 23:15:56 GMT" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" } } |
