diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-24 10:59:24 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-24 10:59:24 +0100 |
| commit | 4e02f92de9966212e9748e5817b2de62022b6087 (patch) | |
| tree | 358533d5ab51bc55c931921f1e13ae0ef121a9b1 /stats/pwc-current.json | |
| parent | 8944c2b39e3c63ece8bc1d8c77003f9c04e1cdce (diff) | |
| download | perlweeklychallenge-club-4e02f92de9966212e9748e5817b2de62022b6087.tar.gz perlweeklychallenge-club-4e02f92de9966212e9748e5817b2de62022b6087.tar.bz2 perlweeklychallenge-club-4e02f92de9966212e9748e5817b2de62022b6087.zip | |
- Added solutions by Scimon Proctor.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 125 |
1 files changed, 70 insertions, 55 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 6ac9c777f7..1b7adec370 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,18 +1,76 @@ { + "series" : [ + { + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 114", + "data" : [ + { + "drilldown" : "Dave Cross", + "y" : 2, + "name" : "Dave Cross" + }, + { + "y" : 4, + "drilldown" : "Luca Ferrari", + "name" : "Luca Ferrari" + }, + { + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor", + "y" : 2 + } + ] + } + ], + "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/>" + }, + "legend" : { + "enabled" : 0 + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2021-05-24 09:58:22 GMT" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 114" + }, + "xAxis" : { + "type" : "category" + }, "drilldown" : { "series" : [ { + "id" : "Dave Cross", "data" : [ [ "Perl", 2 ] ], - "name" : "Dave Cross", - "id" : "Dave Cross" + "name" : "Dave Cross" }, { "id" : "Luca Ferrari", + "name" : "Luca Ferrari", "data" : [ [ "Raku", @@ -22,61 +80,18 @@ "Blog", 2 ] + ] + }, + { + "data" : [ + [ + "Raku", + 2 + ] ], - "name" : "Luca Ferrari" + "name" : "Simon Proctor", + "id" : "Simon Proctor" } ] - }, - "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/>" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "subtitle" : { - "text" : "[Champions: 2] Last updated at 2021-05-24 09:53:44 GMT" - }, - "series" : [ - { - "colorByPoint" : 1, - "data" : [ - { - "name" : "Dave Cross", - "y" : 2, - "drilldown" : "Dave Cross" - }, - { - "y" : 4, - "drilldown" : "Luca Ferrari", - "name" : "Luca Ferrari" - } - ], - "name" : "Perl Weekly Challenge - 114" - } - ], - "xAxis" : { - "type" : "category" - }, - "title" : { - "text" : "Perl Weekly Challenge - 114" - }, - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : 0 } } |
