diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 7c3a807272..f94ca9b9a8 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,16 +1,7 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" }, - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "3ter", @@ -277,13 +268,25 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 262] Last updated at 2022-07-10 14:50:23 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -547,8 +550,7 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -645,7 +647,7 @@ 2, 5, 0, - 100, + 101, 2, 0, 7, @@ -818,7 +820,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -1082,14 +1083,13 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "subtitle" : { - "text" : "[Champions: 262] Last updated at 2022-07-10 10:53:27 GMT" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
