diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 106 |
1 files changed, 53 insertions, 53 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 5d2bf5ccba..79481b0c7d 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,8 +1,47 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "xAxis" : { + "categories" : [ + "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", + "Magnus Woldrich", + "Mano Chandar", + "Mark Anderson", + "Mark Senn" + ] + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-05-09 09:30:33 GMT" }, "series" : [ { @@ -41,7 +80,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -73,7 +111,8 @@ 0, 29, 30 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -111,57 +150,18 @@ "name" : "Blog" } ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "xAxis" : { - "categories" : [ - "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", - "Magnus Woldrich", - "Mano Chandar", - "Mark Anderson", - "Mark Senn" - ] - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-05-09 08:11:34 GMT" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "yAxis" : { "min" : 0, "title" : { "text" : "" } + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
