diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-06 20:52:37 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-06 20:52:37 +0000 |
| commit | ebaa2a75f754c837c22930e1bbbfb130034dbc94 (patch) | |
| tree | 6701230123f67e40a3143d0ae59b8099b8b69d57 /stats/pwc-current.json | |
| parent | 95ec69b2d06aaa14c285a452858168860caea050 (diff) | |
| download | perlweeklychallenge-club-ebaa2a75f754c837c22930e1bbbfb130034dbc94.tar.gz perlweeklychallenge-club-ebaa2a75f754c837c22930e1bbbfb130034dbc94.tar.bz2 perlweeklychallenge-club-ebaa2a75f754c837c22930e1bbbfb130034dbc94.zip | |
- Added solution to week 24 by Paulo Custodio.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 100 |
1 files changed, 50 insertions, 50 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 51103531ee..c716ad8007 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,35 +1,28 @@ { - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 7] Last updated at 2021-12-06 20:33:35 GMT" - }, - "title" : { - "text" : "The Weekly Challenge - 142" - }, "series" : [ { + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 142", "data" : [ { - "drilldown" : "Abigail", "name" : "Abigail", + "drilldown" : "Abigail", "y" : 2 }, { - "name" : "Andrew Shitov", "y" : 1, - "drilldown" : "Andrew Shitov" + "drilldown" : "Andrew Shitov", + "name" : "Andrew Shitov" }, { - "name" : "E. Choroba", "y" : 2, - "drilldown" : "E. Choroba" + "drilldown" : "E. Choroba", + "name" : "E. Choroba" }, { "y" : 6, - "name" : "Luca Ferrari", - "drilldown" : "Luca Ferrari" + "drilldown" : "Luca Ferrari", + "name" : "Luca Ferrari" }, { "drilldown" : "Mark Anderson", @@ -37,53 +30,42 @@ "y" : 2 }, { - "name" : "Paulo Custodio", "y" : 2, - "drilldown" : "Paulo Custodio" + "drilldown" : "Paulo Custodio", + "name" : "Paulo Custodio" }, { - "drilldown" : "Roger Bell_West", "y" : 4, + "drilldown" : "Roger Bell_West", "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, + "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/>" }, - "legend" : { - "enabled" : 0 - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, + "title" : { + "text" : "The Weekly Challenge - 142" + }, "drilldown" : { "series" : [ { + "id" : "Abigail", + "name" : "Abigail", "data" : [ [ "Perl", 2 ] - ], - "id" : "Abigail", - "name" : "Abigail" + ] }, { "id" : "Andrew Shitov", @@ -96,17 +78,17 @@ "name" : "Andrew Shitov" }, { - "name" : "E. Choroba", + "id" : "E. Choroba", "data" : [ [ "Perl", 2 ] ], - "id" : "E. Choroba" + "name" : "E. Choroba" }, { - "id" : "Luca Ferrari", + "name" : "Luca Ferrari", "data" : [ [ "Raku", @@ -117,11 +99,11 @@ 4 ] ], - "name" : "Luca Ferrari" + "id" : "Luca Ferrari" }, { - "name" : "Mark Anderson", "id" : "Mark Anderson", + "name" : "Mark Anderson", "data" : [ [ "Raku", @@ -130,16 +112,17 @@ ] }, { - "id" : "Paulo Custodio", + "name" : "Paulo Custodio", "data" : [ [ "Perl", 2 ] ], - "name" : "Paulo Custodio" + "id" : "Paulo Custodio" }, { + "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -150,12 +133,29 @@ 2 ] ], - "id" : "Roger Bell_West", - "name" : "Roger Bell_West" + "id" : "Roger Bell_West" } ] }, + "legend" : { + "enabled" : 0 + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, "xAxis" : { "type" : "category" + }, + "subtitle" : { + "text" : "[Champions: 7] Last updated at 2021-12-06 20:50:22 GMT" + }, + "chart" : { + "type" : "column" } } |
