diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-16 18:54:42 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-16 18:54:42 +0000 |
| commit | f5d794c96a7325fcd77486e8f641033c7e27efac (patch) | |
| tree | 04aa19ce3a9a271a1708d8e23311e836d34409e2 /stats/pwc-current.json | |
| parent | 8ec4ecdaeeb1fe02af8e719ae2e3989e8944e4ec (diff) | |
| download | perlweeklychallenge-club-f5d794c96a7325fcd77486e8f641033c7e27efac.tar.gz perlweeklychallenge-club-f5d794c96a7325fcd77486e8f641033c7e27efac.tar.bz2 perlweeklychallenge-club-f5d794c96a7325fcd77486e8f641033c7e27efac.zip | |
- Added solutions by Roger Bell_West.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 111 |
1 files changed, 65 insertions, 46 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 700fff22de..b8f77e456e 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -3,9 +3,9 @@ { "data" : [ { + "y" : 2, "name" : "Dave Cross", - "drilldown" : "Dave Cross", - "y" : 2 + "drilldown" : "Dave Cross" }, { "drilldown" : "Dave Jacoby", @@ -13,56 +13,88 @@ "y" : 1 }, { - "y" : 4, "drilldown" : "Luca Ferrari", + "y" : 4, "name" : "Luca Ferrari" }, { + "name" : "Roger Bell West", + "y" : 4, + "drilldown" : "Roger Bell West" + }, + { + "drilldown" : "Simon Proctor", "y" : 1, - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor" + "name" : "Simon Proctor" }, { + "drilldown" : "Wanderdoc", "y" : 2, - "name" : "Wanderdoc", - "drilldown" : "Wanderdoc" + "name" : "Wanderdoc" }, { "name" : "Yet Ebreo", - "drilldown" : "Yet Ebreo", - "y" : 1 + "y" : 1, + "drilldown" : "Yet Ebreo" } ], "name" : "Perl Weekly Challenge - 052", "colorByPoint" : 1 } ], + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "subtitle" : { + "text" : "[Champions: 7] Last updated at 2020-03-16 18:54:22 GMT" + }, + "xAxis" : { + "type" : "category" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, "legend" : { "enabled" : 0 }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge - 052" + }, "drilldown" : { "series" : [ { + "id" : "Dave Cross", + "name" : "Dave Cross", "data" : [ [ "Perl", 2 ] - ], - "id" : "Dave Cross", - "name" : "Dave Cross" + ] }, { - "id" : "Dave Jacoby", - "name" : "Dave Jacoby", "data" : [ [ "Perl", 1 ] - ] + ], + "name" : "Dave Jacoby", + "id" : "Dave Jacoby" }, { + "name" : "Luca Ferrari", "data" : [ [ "Raku", @@ -73,70 +105,57 @@ 2 ] ], - "name" : "Luca Ferrari", "id" : "Luca Ferrari" }, { + "id" : "Roger Bell West", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Raku", + 2 + ] + ], + "name" : "Roger Bell West" + }, + { "id" : "Simon Proctor", - "name" : "Simon Proctor", "data" : [ [ "Raku", 1 ] - ] + ], + "name" : "Simon Proctor" }, { + "name" : "Wanderdoc", "data" : [ [ "Perl", 2 ] ], - "name" : "Wanderdoc", "id" : "Wanderdoc" }, { + "name" : "Yet Ebreo", "data" : [ [ "Perl", 1 ] ], - "name" : "Yet Ebreo", "id" : "Yet Ebreo" } ] }, - "xAxis" : { - "type" : "category" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "subtitle" : { - "text" : "[Champions: 6] Last updated at 2020-03-16 18:13:18 GMT" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, "tooltip" : { "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", "followPointer" : 1 - }, - "title" : { - "text" : "Perl Weekly Challenge - 052" } } |
