diff options
Diffstat (limited to 'stats/pwc-summary-91-120.json')
| -rw-r--r-- | stats/pwc-summary-91-120.json | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index cde3c4ccb5..26d5c7db3a 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,28 +1,6 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-10-07 22:20:38 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "series" : [ { - "name" : "Perl", "data" : [ 38, 0, @@ -30,10 +8,10 @@ 4, 15, 14, - 149, + 150, 10, 2, - 75, + 77, 0, 0, 1, @@ -52,11 +30,13 @@ 4, 0, 0, - 69, + 70, 26 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -64,7 +44,7 @@ 0, 4, 0, - 154, + 155, 0, 0, 0, @@ -72,9 +52,9 @@ 4, 1, 0, - 68, + 70, 30, - 79, + 81, 3, 2, 0, @@ -86,10 +66,9 @@ 0, 0, 0, - 65, + 67, 26 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -99,7 +78,7 @@ 5, 0, 0, - 142, + 143, 0, 0, 0, @@ -121,12 +100,15 @@ 0, 0, 0, - 59, + 60, 5 ], "name" : "Blog" } ], + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "Kian-Meng Ang", @@ -161,7 +143,25 @@ "Myoungjin Jeon" ] }, - "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: 30] Last updated at 2020-10-14 08:54:44 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" } } |
