diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-06 20:34:55 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-06 20:34:55 +0000 |
| commit | 95ec69b2d06aaa14c285a452858168860caea050 (patch) | |
| tree | 00f0108329625133189152abfac6df8ddb35c20c /stats/pwc-current.json | |
| parent | 4972aecab28d6e78bd949512632c290e8acddbf9 (diff) | |
| download | perlweeklychallenge-club-95ec69b2d06aaa14c285a452858168860caea050.tar.gz perlweeklychallenge-club-95ec69b2d06aaa14c285a452858168860caea050.tar.bz2 perlweeklychallenge-club-95ec69b2d06aaa14c285a452858168860caea050.zip | |
- Added solutions by Paulo Custodio.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 157 |
1 files changed, 86 insertions, 71 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 1a272b6f64..51103531ee 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,33 +1,89 @@ { - "subtitle" : { - "text" : "[Champions: 6] Last updated at 2021-12-06 20:19:18 GMT" - }, "chart" : { "type" : "column" }, + "subtitle" : { + "text" : "[Champions: 7] Last updated at 2021-12-06 20:33:35 GMT" + }, + "title" : { + "text" : "The Weekly Challenge - 142" + }, + "series" : [ + { + "data" : [ + { + "drilldown" : "Abigail", + "name" : "Abigail", + "y" : 2 + }, + { + "name" : "Andrew Shitov", + "y" : 1, + "drilldown" : "Andrew Shitov" + }, + { + "name" : "E. Choroba", + "y" : 2, + "drilldown" : "E. Choroba" + }, + { + "y" : 6, + "name" : "Luca Ferrari", + "drilldown" : "Luca Ferrari" + }, + { + "drilldown" : "Mark Anderson", + "name" : "Mark Anderson", + "y" : 2 + }, + { + "name" : "Paulo Custodio", + "y" : 2, + "drilldown" : "Paulo Custodio" + }, + { + "drilldown" : "Roger Bell_West", + "y" : 4, + "name" : "Roger Bell_West" + } + ], + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 142" + } + ], + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "tooltip" : { + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", + "followPointer" : 1, + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + }, + "legend" : { + "enabled" : 0 + }, "plotOptions" : { "series" : { "borderWidth" : 0, "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" + "format" : "{point.y}", + "enabled" : 1 } } }, - "xAxis" : { - "type" : "category" - }, "drilldown" : { "series" : [ { - "name" : "Abigail", "data" : [ [ "Perl", 2 ] ], - "id" : "Abigail" + "id" : "Abigail", + "name" : "Abigail" }, { "id" : "Andrew Shitov", @@ -40,17 +96,16 @@ "name" : "Andrew Shitov" }, { - "id" : "E. Choroba", + "name" : "E. Choroba", "data" : [ [ "Perl", 2 ] ], - "name" : "E. Choroba" + "id" : "E. Choroba" }, { - "name" : "Luca Ferrari", "id" : "Luca Ferrari", "data" : [ [ @@ -61,20 +116,30 @@ "Blog", 4 ] - ] + ], + "name" : "Luca Ferrari" }, { + "name" : "Mark Anderson", "id" : "Mark Anderson", "data" : [ [ "Raku", 2 ] + ] + }, + { + "id" : "Paulo Custodio", + "data" : [ + [ + "Perl", + 2 + ] ], - "name" : "Mark Anderson" + "name" : "Paulo Custodio" }, { - "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -85,62 +150,12 @@ 2 ] ], - "id" : "Roger Bell_West" + "id" : "Roger Bell_West", + "name" : "Roger Bell_West" } ] }, - "legend" : { - "enabled" : 0 - }, - "title" : { - "text" : "The Weekly Challenge - 142" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "tooltip" : { - "followPointer" : 1, - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" - }, - "series" : [ - { - "colorByPoint" : 1, - "name" : "The Weekly Challenge - 142", - "data" : [ - { - "name" : "Abigail", - "drilldown" : "Abigail", - "y" : 2 - }, - { - "y" : 1, - "drilldown" : "Andrew Shitov", - "name" : "Andrew Shitov" - }, - { - "drilldown" : "E. Choroba", - "y" : 2, - "name" : "E. Choroba" - }, - { - "name" : "Luca Ferrari", - "drilldown" : "Luca Ferrari", - "y" : 6 - }, - { - "name" : "Mark Anderson", - "drilldown" : "Mark Anderson", - "y" : 2 - }, - { - "name" : "Roger Bell_West", - "drilldown" : "Roger Bell_West", - "y" : 4 - } - ] - } - ] + "xAxis" : { + "type" : "category" + } } |
