From e00d3393c34b1e6e038ce4e1976888bced5dea79 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 6 Apr 2020 01:00:45 +0100 Subject: - Added blog by Kevin Colyer. --- stats/pwc-summary.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'stats/pwc-summary.json') diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 0f8ea83008..7749d2022e 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,21 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "chart" : { + "type" : "column" }, "series" : [ { @@ -400,7 +414,7 @@ 0, 0, 0, - 1, + 2, 1, 38, 0, @@ -488,23 +502,6 @@ ] } ], - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 156] Last updated at 2020-04-05 23:02:35 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "Aaron Rowe", @@ -667,5 +664,8 @@ }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "subtitle" : { + "text" : "[Champions: 156] Last updated at 2020-04-06 00:00:23 GMT" } } -- cgit