diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 54 |
1 files changed, 29 insertions, 25 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index d981c9ddab..bf7920247b 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,10 +1,18 @@ { "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "subtitle" : { - "text" : "[Champions: 164] Last updated at 2020-06-01 19:47:31 GMT" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "xAxis" : { "categories" : [ @@ -23,6 +31,7 @@ "Arpad Toth", "Athanasius", "Aubrey Quarcoo", + "Bartosz Jarzyna", "Ben Davies", "Bill Palmer", "Bob Kleemann", @@ -174,15 +183,17 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "subtitle" : { + "text" : "[Champions: 165] Last updated at 2020-06-01 23:55:54 GMT" + }, + "chart" : { + "type" : "column" }, "series" : [ { - "name" : "Perl", "data" : [ 0, 0, @@ -199,6 +210,7 @@ 3, 44, 0, + 1, 0, 0, 2, @@ -348,7 +360,8 @@ 2, 33, 11 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -367,6 +380,7 @@ 0, 29, 0, + 0, 2, 0, 0, @@ -520,6 +534,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -536,6 +551,7 @@ 0, 3, 0, + 1, 0, 0, 0, @@ -685,19 +701,7 @@ 1, 5, 10 - ], - "name" : "Blog" - } - ], - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + ] } - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - } + ] } |
