diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-21 16:45:58 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-21 16:45:58 +0000 |
| commit | 35d8e65a554ae986f5fc2167970309c635d9e050 (patch) | |
| tree | 517f1377ff3ceece0d1658cb0bbff24f4ad48cf4 /stats/pwc-current.json | |
| parent | 964afa9fc12ef748438fd354e3904aa41ab9b316 (diff) | |
| download | perlweeklychallenge-club-35d8e65a554ae986f5fc2167970309c635d9e050.tar.gz perlweeklychallenge-club-35d8e65a554ae986f5fc2167970309c635d9e050.tar.bz2 perlweeklychallenge-club-35d8e65a554ae986f5fc2167970309c635d9e050.zip | |
- Added blog by Roger Bell_West.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 162 |
1 files changed, 83 insertions, 79 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 316318770a..d0b5eb6953 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,76 +1,7 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "legend" : { - "enabled" : 0 - }, - "subtitle" : { - "text" : "[Champions: 7] Last updated at 2021-12-21 16:35:18 GMT" - }, - "title" : { - "text" : "The Weekly Challenge - 144" - }, - "series" : [ - { - "data" : [ - { - "name" : "Dave Jacoby", - "y" : 3, - "drilldown" : "Dave Jacoby" - }, - { - "y" : 2, - "drilldown" : "E. Choroba", - "name" : "E. Choroba" - }, - { - "name" : "Luca Ferrari", - "drilldown" : "Luca Ferrari", - "y" : 6 - }, - { - "y" : 1, - "drilldown" : "Mark Anderson", - "name" : "Mark Anderson" - }, - { - "name" : "Paulo Custodio", - "drilldown" : "Paulo Custodio", - "y" : 2 - }, - { - "name" : "Peter Campbell Smith", - "drilldown" : "Peter Campbell Smith", - "y" : 3 - }, - { - "name" : "Roger Bell_West", - "y" : 4, - "drilldown" : "Roger Bell_West" - } - ], - "name" : "The Weekly Challenge - 144", - "colorByPoint" : 1 - } - ], - "tooltip" : { - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", - "followPointer" : 1, - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category" - }, "drilldown" : { "series" : [ { - "name" : "Dave Jacoby", "id" : "Dave Jacoby", "data" : [ [ @@ -81,17 +12,18 @@ "Blog", 1 ] - ] + ], + "name" : "Dave Jacoby" }, { "id" : "E. Choroba", - "name" : "E. Choroba", "data" : [ [ "Perl", 2 ] - ] + ], + "name" : "E. Choroba" }, { "data" : [ @@ -108,14 +40,14 @@ "name" : "Luca Ferrari" }, { + "name" : "Mark Anderson", "data" : [ [ "Raku", 1 ] ], - "id" : "Mark Anderson", - "name" : "Mark Anderson" + "id" : "Mark Anderson" }, { "data" : [ @@ -124,10 +56,11 @@ 2 ] ], - "name" : "Paulo Custodio", - "id" : "Paulo Custodio" + "id" : "Paulo Custodio", + "name" : "Paulo Custodio" }, { + "name" : "Peter Campbell Smith", "data" : [ [ "Perl", @@ -138,7 +71,6 @@ 1 ] ], - "name" : "Peter Campbell Smith", "id" : "Peter Campbell Smith" }, { @@ -152,18 +84,90 @@ [ "Raku", 2 + ], + [ + "Blog", + 1 ] ] } ] }, + "title" : { + "text" : "The Weekly Challenge - 144" + }, + "subtitle" : { + "text" : "[Champions: 7] Last updated at 2021-12-21 16:42:45 GMT" + }, + "series" : [ + { + "data" : [ + { + "drilldown" : "Dave Jacoby", + "y" : 3, + "name" : "Dave Jacoby" + }, + { + "y" : 2, + "name" : "E. Choroba", + "drilldown" : "E. Choroba" + }, + { + "drilldown" : "Luca Ferrari", + "name" : "Luca Ferrari", + "y" : 6 + }, + { + "drilldown" : "Mark Anderson", + "y" : 1, + "name" : "Mark Anderson" + }, + { + "name" : "Paulo Custodio", + "y" : 2, + "drilldown" : "Paulo Custodio" + }, + { + "drilldown" : "Peter Campbell Smith", + "name" : "Peter Campbell Smith", + "y" : 3 + }, + { + "y" : 5, + "name" : "Roger Bell_West", + "drilldown" : "Roger Bell_West" + } + ], + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 144" + } + ], + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category" + }, + "legend" : { + "enabled" : 0 + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "plotOptions" : { "series" : { - "borderWidth" : 0, "dataLabels" : { "format" : "{point.y}", "enabled" : 1 - } + }, + "borderWidth" : 0 } + }, + "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/>" } } |
