diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-04 07:20:44 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-04 07:20:44 +0100 |
| commit | 4da21b4bd59a7fd19a801f3721e82df193b62ceb (patch) | |
| tree | 7681baaa4aaf8c6d29ae860e037d53cffb0a6b4e /stats/pwc-current.json | |
| parent | ad689ec7db5888840a11cfc08813cb533b89e77b (diff) | |
| download | perlweeklychallenge-club-4da21b4bd59a7fd19a801f3721e82df193b62ceb.tar.gz perlweeklychallenge-club-4da21b4bd59a7fd19a801f3721e82df193b62ceb.tar.bz2 perlweeklychallenge-club-4da21b4bd59a7fd19a801f3721e82df193b62ceb.zip | |
- Added solutions by Roger Bell_West.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 145 |
1 files changed, 82 insertions, 63 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 533c024ac4..b04e950003 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,17 +1,76 @@ { + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, + "subtitle" : { + "text" : "[Champions: 5] Last updated at 2021-05-04 06:20:31 GMT" + }, + "series" : [ + { + "name" : "Perl Weekly Challenge - 111", + "colorByPoint" : 1, + "data" : [ + { + "y" : 2, + "drilldown" : "E. Choroba", + "name" : "E. Choroba" + }, + { + "name" : "Luca Ferrari", + "y" : 4, + "drilldown" : "Luca Ferrari" + }, + { + "name" : "Mark Anderson", + "drilldown" : "Mark Anderson", + "y" : 2 + }, + { + "name" : "Roger Bell_West", + "y" : 4, + "drilldown" : "Roger Bell_West" + }, + { + "y" : 4, + "drilldown" : "Stuart Little", + "name" : "Stuart Little" + } + ] + } + ], + "xAxis" : { + "type" : "category" + }, + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge - 111" + }, "drilldown" : { "series" : [ { + "name" : "E. Choroba", "id" : "E. Choroba", "data" : [ [ "Perl", 2 ] - ], - "name" : "E. Choroba" + ] }, { + "name" : "Luca Ferrari", + "id" : "Luca Ferrari", "data" : [ [ "Raku", @@ -21,22 +80,35 @@ "Blog", 2 ] - ], - "name" : "Luca Ferrari", - "id" : "Luca Ferrari" + ] }, { - "name" : "Mark Anderson", "data" : [ [ "Raku", 2 ] ], - "id" : "Mark Anderson" + "id" : "Mark Anderson", + "name" : "Mark Anderson" + }, + { + "name" : "Roger Bell_West", + "id" : "Roger Bell_West", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Raku", + 2 + ] + ] }, { "id" : "Stuart Little", + "name" : "Stuart Little", "data" : [ [ "Perl", @@ -46,71 +118,18 @@ "Raku", 2 ] - ], - "name" : "Stuart Little" + ] } ] }, - "series" : [ - { - "data" : [ - { - "y" : 2, - "drilldown" : "E. Choroba", - "name" : "E. Choroba" - }, - { - "y" : 4, - "name" : "Luca Ferrari", - "drilldown" : "Luca Ferrari" - }, - { - "y" : 2, - "drilldown" : "Mark Anderson", - "name" : "Mark Anderson" - }, - { - "y" : 4, - "name" : "Stuart Little", - "drilldown" : "Stuart Little" - } - ], - "name" : "Perl Weekly Challenge - 111", - "colorByPoint" : 1 - } - ], - "xAxis" : { - "type" : "category" - }, - "legend" : { - "enabled" : 0 - }, - "subtitle" : { - "text" : "[Champions: 4] Last updated at 2021-05-04 06:02:54 GMT" - }, - "chart" : { - "type" : "column" - }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "title" : { - "text" : "Perl Weekly Challenge - 111" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, "tooltip" : { "followPointer" : 1, - "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/>" + "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/>" } } |
