diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-06 20:20:26 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-06 20:20:26 +0000 |
| commit | a620de2dcf2f0510f4bac760cd0a650be2e8b2df (patch) | |
| tree | f1cc5289d57e21ce8461287274e9a5114c6bf396 /stats/pwc-summary-211-240.json | |
| parent | a6aecc68759c3b3c869a88457a16e8e25c117f30 (diff) | |
| download | perlweeklychallenge-club-a620de2dcf2f0510f4bac760cd0a650be2e8b2df.tar.gz perlweeklychallenge-club-a620de2dcf2f0510f4bac760cd0a650be2e8b2df.tar.bz2 perlweeklychallenge-club-a620de2dcf2f0510f4bac760cd0a650be2e8b2df.zip | |
- Added solutions by Abigail.
Diffstat (limited to 'stats/pwc-summary-211-240.json')
| -rw-r--r-- | stats/pwc-summary-211-240.json | 92 |
1 files changed, 46 insertions, 46 deletions
diff --git a/stats/pwc-summary-211-240.json b/stats/pwc-summary-211-240.json index cf6cee33b5..188c2e0e90 100644 --- a/stats/pwc-summary-211-240.json +++ b/stats/pwc-summary-211-240.json @@ -1,37 +1,7 @@ { - "xAxis" : { - "categories" : [ - "Simon Green", - "Simon Miner", - "Simon Proctor", - "Simon Reinhardt", - "Sitaram Chamarty", - "Sol DeMuth", - "Stephanie Stein", - "Steve Bresson", - "Steve Rogerson", - "Steven Lembark", - "Steven Wilson", - "Stuart Little", - "Svetlana Nesterova", - "Ted Leahy", - "Tejas", - "Tester R59", - "Tiago Stock", - "Tim Smith", - "Tore Andersson", - "Trenton Langer", - "Tyler Limkemann", - "Ulrich Rieke", - "User Person", - "Veesh Goldman", - "Vinod Kumar K", - "Vinod Kumar Pal", - "Vyacheslav Volgarev", - "W. Luis Mochan", - "Walt Mankowski", - "Wanderdoc" - ] + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "series" : [ { @@ -140,28 +110,58 @@ "name" : "Blog" } ], - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "title" : { "text" : "The Weekly Challenge [2019 - 2021]" }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-12-06 20:19:18 GMT" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-12-06 20:06:32 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "xAxis" : { + "categories" : [ + "Simon Green", + "Simon Miner", + "Simon Proctor", + "Simon Reinhardt", + "Sitaram Chamarty", + "Sol DeMuth", + "Stephanie Stein", + "Steve Bresson", + "Steve Rogerson", + "Steven Lembark", + "Steven Wilson", + "Stuart Little", + "Svetlana Nesterova", + "Ted Leahy", + "Tejas", + "Tester R59", + "Tiago Stock", + "Tim Smith", + "Tore Andersson", + "Trenton Langer", + "Tyler Limkemann", + "Ulrich Rieke", + "User Person", + "Veesh Goldman", + "Vinod Kumar K", + "Vinod Kumar Pal", + "Vyacheslav Volgarev", + "W. Luis Mochan", + "Walt Mankowski", + "Wanderdoc" + ] } } |
