diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-22 02:04:37 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-22 02:04:37 +0000 |
| commit | 9b6eb33a2212ec55e534b407a5d275032b1822a7 (patch) | |
| tree | 3d3dcbb498617fd3e93c10918d98b82689dfcbc7 /stats/pwc-current.json | |
| parent | 5f1b14f04d412ab7a7f0748821d4185bf3972bac (diff) | |
| download | perlweeklychallenge-club-9b6eb33a2212ec55e534b407a5d275032b1822a7.tar.gz perlweeklychallenge-club-9b6eb33a2212ec55e534b407a5d275032b1822a7.tar.bz2 perlweeklychallenge-club-9b6eb33a2212ec55e534b407a5d275032b1822a7.zip | |
- Added solutions to week 30 by Paulo Custodio.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 126 |
1 files changed, 63 insertions, 63 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index deb49aaf37..95cd849d55 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,12 +1,12 @@ { - "xAxis" : { - "type" : "category" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, "drilldown" : { "series" : [ { - "name" : "Dave Jacoby", - "id" : "Dave Jacoby", "data" : [ [ "Perl", @@ -16,20 +16,23 @@ "Blog", 1 ] - ] + ], + "name" : "Dave Jacoby", + "id" : "Dave Jacoby" }, { - "name" : "E. Choroba", - "id" : "E. Choroba", "data" : [ [ "Perl", 2 ] - ] + ], + "id" : "E. Choroba", + "name" : "E. Choroba" }, { "id" : "Luca Ferrari", + "name" : "Luca Ferrari", "data" : [ [ "Raku", @@ -39,8 +42,7 @@ "Blog", 4 ] - ], - "name" : "Luca Ferrari" + ] }, { "name" : "Mark Anderson", @@ -53,17 +55,16 @@ ] }, { - "name" : "Paulo Custodio", - "id" : "Paulo Custodio", "data" : [ [ "Perl", 2 ] - ] + ], + "name" : "Paulo Custodio", + "id" : "Paulo Custodio" }, { - "id" : "Peter Campbell Smith", "data" : [ [ "Perl", @@ -74,10 +75,10 @@ 1 ] ], + "id" : "Peter Campbell Smith", "name" : "Peter Campbell Smith" }, { - "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -92,6 +93,7 @@ 1 ] ], + "name" : "Roger Bell_West", "id" : "Roger Bell_West" }, { @@ -105,18 +107,49 @@ 2 ] ], - "id" : "Ulrich Rieke", - "name" : "Ulrich Rieke" + "name" : "Ulrich Rieke", + "id" : "Ulrich Rieke" } ] }, + "title" : { + "text" : "The Weekly Challenge - 144" + }, + "chart" : { + "type" : "column" + }, + "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 + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "xAxis" : { + "type" : "category" + }, + "legend" : { + "enabled" : 0 + }, + "subtitle" : { + "text" : "[Champions: 8] Last updated at 2021-12-22 02:01:44 GMT" + }, "series" : [ { + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 144", "data" : [ { "drilldown" : "Dave Jacoby", - "name" : "Dave Jacoby", - "y" : 3 + "y" : 3, + "name" : "Dave Jacoby" }, { "drilldown" : "E. Choroba", @@ -124,19 +157,19 @@ "y" : 2 }, { - "name" : "Luca Ferrari", "y" : 6, + "name" : "Luca Ferrari", "drilldown" : "Luca Ferrari" }, { - "drilldown" : "Mark Anderson", + "name" : "Mark Anderson", "y" : 1, - "name" : "Mark Anderson" + "drilldown" : "Mark Anderson" }, { - "name" : "Paulo Custodio", + "drilldown" : "Paulo Custodio", "y" : 2, - "drilldown" : "Paulo Custodio" + "name" : "Paulo Custodio" }, { "name" : "Peter Campbell Smith", @@ -144,49 +177,16 @@ "drilldown" : "Peter Campbell Smith" }, { - "drilldown" : "Roger Bell_West", "name" : "Roger Bell_West", - "y" : 5 + "y" : 5, + "drilldown" : "Roger Bell_West" }, { - "drilldown" : "Ulrich Rieke", "y" : 4, - "name" : "Ulrich Rieke" + "name" : "Ulrich Rieke", + "drilldown" : "Ulrich Rieke" } - ], - "name" : "The Weekly Challenge - 144", - "colorByPoint" : 1 - } - ], - "subtitle" : { - "text" : "[Champions: 8] Last updated at 2021-12-21 17:05:32 GMT" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 + ] } - }, - "title" : { - "text" : "The Weekly Challenge - 144" - }, - "legend" : { - "enabled" : 0 - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "chart" : { - "type" : "column" - }, - "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 - } + ] } |
