From 547c2df06e540d00a81f2667b60a2ef10e18c872 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 6 Jul 2020 01:48:08 +0100 Subject: - Added Raku Review 058. --- stats/pwc-summary-1-30.json | 52 ++++++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'stats/pwc-summary-1-30.json') diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 7478779a71..ea9b01758c 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,4 +1,22 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "3ter", @@ -33,9 +51,11 @@ "Creewick" ] }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-07-06 00:47:58 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "series" : [ { @@ -109,7 +129,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -141,27 +160,8 @@ 10, 0, 0 - ] - } - ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + ], + "name" : "Blog" } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-07-06 00:19:45 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - } + ] } -- cgit