From 22e2dadf4982b862c3cf0679b40d76d2b8f9daf8 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 3 May 2021 17:32:56 +0100 Subject: - Added blogs by Ryan Thompson. --- stats/pwc-summary.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'stats/pwc-summary.json') diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 2fdff9c5d7..fef2801b2e 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,22 +1,10 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "3ter", @@ -241,11 +229,19 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 220] Last updated at 2021-05-03 16:28:15 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 220] Last updated at 2021-05-03 16:32:27 GMT" }, "series" : [ { @@ -877,7 +873,7 @@ 0, 91, 0, - 17, + 18, 1, 4, 0, @@ -923,5 +919,9 @@ 10 ] } - ] + ], + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + } } -- cgit