From d69797ea02bcf31dd6866bf3091efdf462acb2fd Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 12 Jul 2020 15:56:59 +0100 Subject: - Added solution by Cheok-Yin Fung. --- stats/pwc-summary-61-90.json | 100 +++++++++++++++++++++---------------------- 1 file changed, 50 insertions(+), 50 deletions(-) (limited to 'stats/pwc-summary-61-90.json') diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 4365dfbbe7..582636b8dc 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,47 +1,10 @@ { - "xAxis" : { - "categories" : [ - "Jaldhar H. Vyas", - "Jan Ole Kraft", - "Jared Martin", - "Javier Luque", - "Jeff", - "Jen Guerra", - "Jeremy Carman", - "Jim Bacon", - "Jitu Keshwani", - "Jo Christian Oterhals", - "Joe Tym", - "Joelle Maslak", - "John Barrett", - "Jonas Berlin", - "Jorg Sommrey", - "Juan Caballero", - "Julien Fiegehenn", - "Kevin Colyer", - "Khalid", - "Kian-Meng Ang", - "Kiran Kumar", - "Kivanc Yazan", - "Lars Balker", - "Lars Thegler", - "Laurent Rosenfeld", - "Leo Manfredi", - "Leoltron", - "Lubos Kolouch", - "Luca Ferrari", - "Luis F. Uceta" - ] - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, "series" : [ { "data" : [ @@ -149,19 +112,56 @@ ] } ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "xAxis" : { + "categories" : [ + "Jaldhar H. Vyas", + "Jan Ole Kraft", + "Jared Martin", + "Javier Luque", + "Jeff", + "Jen Guerra", + "Jeremy Carman", + "Jim Bacon", + "Jitu Keshwani", + "Jo Christian Oterhals", + "Joe Tym", + "Joelle Maslak", + "John Barrett", + "Jonas Berlin", + "Jorg Sommrey", + "Juan Caballero", + "Julien Fiegehenn", + "Kevin Colyer", + "Khalid", + "Kian-Meng Ang", + "Kiran Kumar", + "Kivanc Yazan", + "Lars Balker", + "Lars Thegler", + "Laurent Rosenfeld", + "Leo Manfredi", + "Leoltron", + "Lubos Kolouch", + "Luca Ferrari", + "Luis F. Uceta" + ] + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-07-12 14:56:47 GMT" }, "chart" : { "type" : "column" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-07-12 10:07:37 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } -- cgit