diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-07 21:40:48 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-07 21:40:48 +0000 |
| commit | a87b486c2f0c039be5871771a007b9a7d1cb559b (patch) | |
| tree | 74f206d60a9236a07114208f7ed7df1e1be85b57 /stats/pwc-current.json | |
| parent | 8c014382fbe97421f7031ca3568fac27979c3bcd (diff) | |
| download | perlweeklychallenge-club-a87b486c2f0c039be5871771a007b9a7d1cb559b.tar.gz perlweeklychallenge-club-a87b486c2f0c039be5871771a007b9a7d1cb559b.tar.bz2 perlweeklychallenge-club-a87b486c2f0c039be5871771a007b9a7d1cb559b.zip | |
- Added solutions by James Smith.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 95 |
1 files changed, 55 insertions, 40 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 5a689416ce..4a11ce1092 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,6 +1,8 @@ { "series" : [ { + "name" : "Perl Weekly Challenge - 090", + "colorByPoint" : 1, "data" : [ { "drilldown" : "Andrew Shitov", @@ -13,52 +15,41 @@ "drilldown" : "Feng Chang" }, { + "y" : 4, "name" : "Flavio Poletti", - "drilldown" : "Flavio Poletti", - "y" : 4 + "drilldown" : "Flavio Poletti" + }, + { + "name" : "James Smith", + "drilldown" : "James Smith", + "y" : 2 }, { - "drilldown" : "Mark Anderson", "name" : "Mark Anderson", + "drilldown" : "Mark Anderson", "y" : 2 }, { - "drilldown" : "Simon Proctor", "name" : "Simon Proctor", + "drilldown" : "Simon Proctor", "y" : 2 }, { - "name" : "Stuart Little", "drilldown" : "Stuart Little", + "name" : "Stuart Little", "y" : 2 } - ], - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 090" + ] } ], - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "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/>", + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", "followPointer" : 1 }, + "xAxis" : { + "type" : "category" + }, "drilldown" : { "series" : [ { @@ -68,18 +59,18 @@ 2 ] ], - "id" : "Andrew Shitov", - "name" : "Andrew Shitov" + "name" : "Andrew Shitov", + "id" : "Andrew Shitov" }, { - "name" : "Feng Chang", + "id" : "Feng Chang", "data" : [ [ "Raku", 2 ] ], - "id" : "Feng Chang" + "name" : "Feng Chang" }, { "id" : "Flavio Poletti", @@ -96,24 +87,34 @@ "name" : "Flavio Poletti" }, { - "name" : "Mark Anderson", + "name" : "James Smith", + "data" : [ + [ + "Perl", + 2 + ] + ], + "id" : "James Smith" + }, + { "data" : [ [ "Raku", 2 ] ], + "name" : "Mark Anderson", "id" : "Mark Anderson" }, { + "id" : "Simon Proctor", "name" : "Simon Proctor", "data" : [ [ "Raku", 2 ] - ], - "id" : "Simon Proctor" + ] }, { "name" : "Stuart Little", @@ -127,16 +128,30 @@ } ] }, + "title" : { + "text" : "Perl Weekly Challenge - 090" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, "subtitle" : { - "text" : "[Champions: 6] Last updated at 2020-12-07 21:36:09 GMT" + "text" : "[Champions: 7] Last updated at 2020-12-07 21:39:46 GMT" }, "legend" : { "enabled" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge - 090" - }, - "xAxis" : { - "type" : "category" } } |
