diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index a41e5d6d3a..6956099b57 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,22 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, "series" : [ { "data" : [ @@ -21,7 +39,7 @@ 64, 7, 0, - 70, + 71, 3, 135, 0, @@ -259,6 +277,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -279,7 +298,7 @@ 0, 0, 1, - 159, + 160, 0, 119, 0, @@ -513,8 +532,7 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -537,7 +555,7 @@ 0, 0, 0, - 159, + 160, 0, 3, 0, @@ -775,6 +793,12 @@ "name" : "Blog" } ], + "subtitle" : { + "text" : "[Champions: 253] Last updated at 2022-04-16 19:39:20 GMT" + }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "3ter", @@ -1031,29 +1055,5 @@ "Yet Ebreo", "Yozen Hernandez" ] - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 253] Last updated at 2022-04-16 17:02:38 GMT" } } |
