diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-11-21 23:45:38 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-11-21 23:45:38 +0000 |
| commit | effeb8760aecb96f2f63a8aca1c16887e3392ffe (patch) | |
| tree | 1e5e25fcc385d1f9b293002270cf9a5b00df4774 /stats/pwc-summary-91-120.json | |
| parent | 8076643cad4c8d19ac8c6aa52007854e6a08f21f (diff) | |
| download | perlweeklychallenge-club-effeb8760aecb96f2f63a8aca1c16887e3392ffe.tar.gz perlweeklychallenge-club-effeb8760aecb96f2f63a8aca1c16887e3392ffe.tar.bz2 perlweeklychallenge-club-effeb8760aecb96f2f63a8aca1c16887e3392ffe.zip | |
- Added solutions by Duncan C. White.
Diffstat (limited to 'stats/pwc-summary-91-120.json')
| -rw-r--r-- | stats/pwc-summary-91-120.json | 106 |
1 files changed, 53 insertions, 53 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index 75862f1ea5..b460308c79 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,61 +1,15 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-11-21 23:29:09 GMT" - }, - "xAxis" : { - "categories" : [ - "Javier Luque", - "jdos22", - "Jeff", - "Jen Guerra", - "Jeremy Carman", - "Jim Bacon", - "Jitu Keshwani", - "JJ Merelo", - "Jo Christian Oterhals", - "Joan Mimosinnet", - "Joe Tym", - "Joel Crosswhite", - "Joelle Maslak", - "John Barrett", - "Jonas Berlin", - "Jorg Sommrey", - "Jose Luis", - "Juan Caballero", - "Julien Fiegehenn", - "Julio de Castro", - "Kai Burgdorf", - "Kang-min Liu", - "Kaushik Tunuguntla", - "Kevin Colyer", - "Khalid", - "Kian-Meng Ang", - "Kiran Kumar", - "Kivanc Yazan", - "kjetillll", - "Konstantinos Giannakakis" - ] - }, - "chart" : { - "type" : "column" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-11-21 23:44:23 GMT" }, "series" : [ { @@ -94,6 +48,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 92, 0, @@ -125,10 +80,10 @@ 0, 0, 0 - ], - "name" : "Raku" + ] }, { + "name" : "Blog", "data" : [ 46, 0, @@ -160,8 +115,53 @@ 0, 0, 0 - ], - "name" : "Blog" + ] } - ] + ], + "xAxis" : { + "categories" : [ + "Javier Luque", + "jdos22", + "Jeff", + "Jen Guerra", + "Jeremy Carman", + "Jim Bacon", + "Jitu Keshwani", + "JJ Merelo", + "Jo Christian Oterhals", + "Joan Mimosinnet", + "Joe Tym", + "Joel Crosswhite", + "Joelle Maslak", + "John Barrett", + "Jonas Berlin", + "Jorg Sommrey", + "Jose Luis", + "Juan Caballero", + "Julien Fiegehenn", + "Julio de Castro", + "Kai Burgdorf", + "Kang-min Liu", + "Kaushik Tunuguntla", + "Kevin Colyer", + "Khalid", + "Kian-Meng Ang", + "Kiran Kumar", + "Kivanc Yazan", + "kjetillll", + "Konstantinos Giannakakis" + ] + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + } } |
