diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 56 |
1 files changed, 30 insertions, 26 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index e98599f1e0..3571c89db0 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,11 +1,20 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "subtitle" : { + "text" : "[Champions: 249] Last updated at 2022-02-02 16:45:32 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -207,6 +216,7 @@ 1, 13, 1, + 0, 1, 135, 57, @@ -255,10 +265,10 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -460,6 +470,7 @@ 0, 0, 3, + 1, 0, 123, 57, @@ -508,10 +519,10 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -714,6 +725,7 @@ 0, 0, 0, + 0, 129, 0, 18, @@ -761,9 +773,17 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, "xAxis" : { "categories" : [ "3ter", @@ -966,6 +986,7 @@ "Robbie Hatley", "Robert DiCicco", "Robert Gratza", + "Robert Ransbottom", "Robert Van Dam", "Roger Bell_West", "Ruben Westerberg", @@ -1016,24 +1037,7 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "chart" : { "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 248] Last updated at 2022-02-02 16:27:06 GMT" } } |
