diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-30 17:24:53 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-30 17:24:53 +0100 |
| commit | 2efecf464e73071b1d5b347a67dc972c4ca17075 (patch) | |
| tree | 618d14cdd225a309b8dcc48a72fd412c1627ebc2 /stats/pwc-summary-91-120.json | |
| parent | 2fcde1c089311d581477b237aa46f4e3d294f774 (diff) | |
| download | perlweeklychallenge-club-2efecf464e73071b1d5b347a67dc972c4ca17075.tar.gz perlweeklychallenge-club-2efecf464e73071b1d5b347a67dc972c4ca17075.tar.bz2 perlweeklychallenge-club-2efecf464e73071b1d5b347a67dc972c4ca17075.zip | |
- Added solutions by Robert Ransbottom.
Diffstat (limited to 'stats/pwc-summary-91-120.json')
| -rw-r--r-- | stats/pwc-summary-91-120.json | 92 |
1 files changed, 46 insertions, 46 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index f460e6c8a2..bc972b024b 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,41 +1,4 @@ { - "xAxis" : { - "categories" : [ - "Jacques Guinnebault", - "Jaime Corchado", - "Jake", - "Jaldhar H. Vyas", - "James Marquis", - "James Raspass", - "James Smith", - "Jan Hoogenraad", - "Jan Krnavek", - "Jan Ole Kraft", - "Jared Martin", - "Jason Messer", - "Javier Luque", - "jdos22", - "Jeff", - "Jeff Armstrong", - "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" - ] - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-09-30 16:15:39 GMT" - }, "series" : [ { "data" : [ @@ -108,7 +71,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -140,28 +102,66 @@ 0, 1, 0 - ] + ], + "name" : "Blog" } ], + "chart" : { + "type" : "column" + }, "yAxis" : { "min" : 0, "title" : { "text" : "" } }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "xAxis" : { + "categories" : [ + "Jacques Guinnebault", + "Jaime Corchado", + "Jake", + "Jaldhar H. Vyas", + "James Marquis", + "James Raspass", + "James Smith", + "Jan Hoogenraad", + "Jan Krnavek", + "Jan Ole Kraft", + "Jared Martin", + "Jason Messer", + "Javier Luque", + "jdos22", + "Jeff", + "Jeff Armstrong", + "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" + ] }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, - "chart" : { - "type" : "column" - }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-09-30 16:23:07 GMT" } } |
