diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-09-07 03:35:11 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-09-07 03:35:11 +0100 |
| commit | 7e18b8378d8e1dacaba741df7f50c7660770ca1c (patch) | |
| tree | b9d68ca7b4c2af2b53b14dca3ab4a82dcc45f999 /stats/pwc-current.json | |
| parent | c37839003cb9c0805f33d120e1949fdf4b1b9246 (diff) | |
| download | perlweeklychallenge-club-7e18b8378d8e1dacaba741df7f50c7660770ca1c.tar.gz perlweeklychallenge-club-7e18b8378d8e1dacaba741df7f50c7660770ca1c.tar.bz2 perlweeklychallenge-club-7e18b8378d8e1dacaba741df7f50c7660770ca1c.zip | |
- Added solution by Peter Campbell Smith.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 133 |
1 files changed, 74 insertions, 59 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index c202914ea0..88d145d836 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,19 +1,71 @@ { + "subtitle" : { + "text" : "[Champions: 5] Last updated at 2021-09-07 02:33:52 GMT" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge - 129" + }, "plotOptions" : { "series" : { "borderWidth" : 0, "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" + "format" : "{point.y}", + "enabled" : 1 } } }, - "title" : { - "text" : "The Weekly Challenge - 129" + "legend" : { + "enabled" : 0 }, - "subtitle" : { - "text" : "[Champions: 4] Last updated at 2021-09-07 02:21:59 GMT" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "xAxis" : { + "type" : "category" + }, + "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/>" }, + "series" : [ + { + "data" : [ + { + "drilldown" : "Abigail", + "name" : "Abigail", + "y" : 2 + }, + { + "drilldown" : "Dave Jacoby", + "name" : "Dave Jacoby", + "y" : 3 + }, + { + "y" : 4, + "drilldown" : "Luca Ferrari", + "name" : "Luca Ferrari" + }, + { + "name" : "Peter Campbell Smith", + "drilldown" : "Peter Campbell Smith", + "y" : 1 + }, + { + "name" : "Roger Bell_West", + "drilldown" : "Roger Bell_West", + "y" : 3 + } + ], + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 129" + } + ], "drilldown" : { "series" : [ { @@ -28,6 +80,7 @@ }, { "name" : "Dave Jacoby", + "id" : "Dave Jacoby", "data" : [ [ "Perl", @@ -37,11 +90,9 @@ "Blog", 1 ] - ], - "id" : "Dave Jacoby" + ] }, { - "name" : "Luca Ferrari", "data" : [ [ "Raku", @@ -52,10 +103,20 @@ 2 ] ], - "id" : "Luca Ferrari" + "id" : "Luca Ferrari", + "name" : "Luca Ferrari" + }, + { + "name" : "Peter Campbell Smith", + "data" : [ + [ + "Perl", + 1 + ] + ], + "id" : "Peter Campbell Smith" }, { - "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -66,55 +127,9 @@ 1 ] ], - "id" : "Roger Bell_West" + "id" : "Roger Bell_West", + "name" : "Roger Bell_West" } ] - }, - "xAxis" : { - "type" : "category" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "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/>", - "followPointer" : 1 - }, - "series" : [ - { - "name" : "The Weekly Challenge - 129", - "data" : [ - { - "name" : "Abigail", - "y" : 2, - "drilldown" : "Abigail" - }, - { - "drilldown" : "Dave Jacoby", - "y" : 3, - "name" : "Dave Jacoby" - }, - { - "y" : 4, - "drilldown" : "Luca Ferrari", - "name" : "Luca Ferrari" - }, - { - "name" : "Roger Bell_West", - "drilldown" : "Roger Bell_West", - "y" : 3 - } - ], - "colorByPoint" : 1 - } - ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "legend" : { - "enabled" : 0 } } |
