diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-11 17:44:46 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-11 17:44:46 +0000 |
| commit | b42dadbd4845c296030649fd61085055c699baba (patch) | |
| tree | 3131831885732b43e830846de4683410df8bbc3b /stats/pwc-current.json | |
| parent | 808919f065e1acf6e116c1580870e5ba262aa651 (diff) | |
| download | perlweeklychallenge-club-b42dadbd4845c296030649fd61085055c699baba.tar.gz perlweeklychallenge-club-b42dadbd4845c296030649fd61085055c699baba.tar.bz2 perlweeklychallenge-club-b42dadbd4845c296030649fd61085055c699baba.zip | |
- Added solutions by James Smith.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 151 |
1 files changed, 85 insertions, 66 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index e8b1d17751..19c2705d09 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,17 +1,77 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" + "chart" : { + "type" : "column" + }, + "series" : [ + { + "colorByPoint" : 1, + "data" : [ + { + "name" : "James Smith", + "drilldown" : "James Smith", + "y" : 3 + }, + { + "name" : "Luca Ferrari", + "y" : 7, + "drilldown" : "Luca Ferrari" + }, + { + "name" : "Mark Anderson", + "drilldown" : "Mark Anderson", + "y" : 2 + }, + { + "y" : 2, + "drilldown" : "Mohammad S Anwar", + "name" : "Mohammad S Anwar" + }, + { + "drilldown" : "Roger Bell_West", + "y" : 5, + "name" : "Roger Bell_West" + }, + { + "y" : 2, + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor" + } + ], + "name" : "The Weekly Challenge - 147" } + ], + "title" : { + "text" : "The Weekly Challenge - 147" }, - "legend" : { - "enabled" : 0 + "xAxis" : { + "type" : "category" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } }, "drilldown" : { "series" : [ { - "id" : "Luca Ferrari", - "name" : "Luca Ferrari", + "name" : "James Smith", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Blog", + 1 + ] + ], + "id" : "James Smith" + }, + { "data" : [ [ "Raku", @@ -21,17 +81,19 @@ "Blog", 5 ] - ] + ], + "name" : "Luca Ferrari", + "id" : "Luca Ferrari" }, { - "id" : "Mark Anderson", "data" : [ [ "Raku", 2 ] ], - "name" : "Mark Anderson" + "name" : "Mark Anderson", + "id" : "Mark Anderson" }, { "id" : "Mohammad S Anwar", @@ -66,74 +128,31 @@ ] }, { - "name" : "Simon Proctor", + "id" : "Simon Proctor", "data" : [ [ "Raku", 2 ] ], - "id" : "Simon Proctor" + "name" : "Simon Proctor" } ] }, - "subtitle" : { - "text" : "[Champions: 5] Last updated at 2022-01-11 12:56:33 GMT" - }, - "xAxis" : { - "type" : "category" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } + "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/>" }, - "title" : { - "text" : "The Weekly Challenge - 147" + "subtitle" : { + "text" : "[Champions: 6] Last updated at 2022-01-11 17:35:59 GMT" }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : 0 }, - "series" : [ - { - "colorByPoint" : 1, - "name" : "The Weekly Challenge - 147", - "data" : [ - { - "drilldown" : "Luca Ferrari", - "y" : 7, - "name" : "Luca Ferrari" - }, - { - "drilldown" : "Mark Anderson", - "y" : 2, - "name" : "Mark Anderson" - }, - { - "y" : 2, - "drilldown" : "Mohammad S Anwar", - "name" : "Mohammad S Anwar" - }, - { - "name" : "Roger Bell_West", - "drilldown" : "Roger Bell_West", - "y" : 5 - }, - { - "drilldown" : "Simon Proctor", - "y" : 2, - "name" : "Simon Proctor" - } - ] + "yAxis" : { + "title" : { + "text" : "Total Solutions" } - ], - "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 } } |
