diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 8dc5ff7a70..ca650e6497 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,22 +1,10 @@ { - "subtitle" : { - "text" : "[Champions: 159] Last updated at 2020-04-22 20:39:34 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "chart" : { - "type" : "column" - }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "chart" : { + "type" : "column" }, "plotOptions" : { "column" : { @@ -25,7 +13,6 @@ }, "series" : [ { - "name" : "Perl", "data" : [ 0, 0, @@ -127,7 +114,7 @@ 3, 0, 0, - 11, + 12, 7, 6, 4, @@ -186,7 +173,8 @@ 2, 27, 11 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -353,6 +341,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -513,8 +502,7 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], "xAxis" : { @@ -679,5 +667,17 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "subtitle" : { + "text" : "[Champions: 159] Last updated at 2020-04-22 22:03:45 GMT" } } |
