diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index cc5cd1b7e2..d17ea49860 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,15 +1,4 @@ { - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "Aaron Rowe", @@ -177,11 +166,9 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 163] Last updated at 2020-05-17 20:14:36 GMT" - }, "series" : [ { + "name" : "Perl", "data" : [ 0, 0, @@ -346,8 +333,7 @@ 2, 31, 11 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -645,7 +631,7 @@ 0, 0, 0, - 0, + 1, 0, 0, 42, @@ -686,14 +672,28 @@ "name" : "Blog" } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "subtitle" : { + "text" : "[Champions: 163] Last updated at 2020-05-17 21:11:42 GMT" }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" } } |
