From 3793bf688fa5e2c2db7aedebf9bcdf1a5565e8a1 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 13 Sep 2020 10:41:00 +0100 Subject: - Added solutions by Athanasius. --- stats/pwc-summary-91-120.json | 126 +++++++++++++++++++++--------------------- 1 file changed, 63 insertions(+), 63 deletions(-) (limited to 'stats/pwc-summary-91-120.json') diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index 74ba0a81ff..a159d2272b 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,64 +1,7 @@ { - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-09-13 08:16:04 GMT" - }, - "xAxis" : { - "categories" : [ - "Lars Balker", - "Lars Thegler", - "Laurent Rosenfeld", - "Leo Manfredi", - "Leoltron", - "Lubos Kolouch", - "Luca Ferrari", - "Luis F. Uceta", - "Magnus Woldrich", - "Mano Chandar", - "Mark Anderson", - "Mark Senn", - "Markus Holzer", - "Martin Barth", - "Martin Mugeni", - "Matt Latusek", - "Matthew O. Persico", - "Matthew Somerville", - "Max Kossek", - "Maxim Kolodyazhny", - "Maxim Nechaev", - "Michael Hamlin", - "Michael Schaap", - "Mike Accardo", - "Mohammad S Anwar", - "Myoungjin Jeon", - "Nazareno Delucca", - "Neil Bowers", - "Nick Logan", - "Niels van Dijke" - ] - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "series" : [ { + "name" : "Perl", "data" : [ 15, 12, @@ -90,10 +33,10 @@ 7, 8, 34 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 4, 0, @@ -125,8 +68,7 @@ 0, 8, 0 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -163,5 +105,63 @@ ], "name" : "Blog" } - ] + ], + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-09-13 09:40:47 GMT" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "xAxis" : { + "categories" : [ + "Lars Balker", + "Lars Thegler", + "Laurent Rosenfeld", + "Leo Manfredi", + "Leoltron", + "Lubos Kolouch", + "Luca Ferrari", + "Luis F. Uceta", + "Magnus Woldrich", + "Mano Chandar", + "Mark Anderson", + "Mark Senn", + "Markus Holzer", + "Martin Barth", + "Martin Mugeni", + "Matt Latusek", + "Matthew O. Persico", + "Matthew Somerville", + "Max Kossek", + "Maxim Kolodyazhny", + "Maxim Nechaev", + "Michael Hamlin", + "Michael Schaap", + "Mike Accardo", + "Mohammad S Anwar", + "Myoungjin Jeon", + "Nazareno Delucca", + "Neil Bowers", + "Nick Logan", + "Niels van Dijke" + ] + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + } } -- cgit