diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-21 22:05:00 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-21 22:05:00 +0100 |
| commit | 1d14ced6b6ce2dd1bfc09326f43411c8d779b255 (patch) | |
| tree | 5825d33f9a81030dbd28256e96c90df1e5c289a1 /stats/pwc-current.json | |
| parent | 1a19cb04a9d7823634cac7864387d8a8eaae5637 (diff) | |
| download | perlweeklychallenge-club-1d14ced6b6ce2dd1bfc09326f43411c8d779b255.tar.gz perlweeklychallenge-club-1d14ced6b6ce2dd1bfc09326f43411c8d779b255.tar.bz2 perlweeklychallenge-club-1d14ced6b6ce2dd1bfc09326f43411c8d779b255.zip | |
- Added solution by Vinod Kumar K.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 123 |
1 files changed, 69 insertions, 54 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 69af0b7f07..997500583d 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,93 +1,108 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 079" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "legend" : { - "enabled" : 0 - }, "subtitle" : { - "text" : "[Champions: 3] Last updated at 2020-09-21 20:58:36 GMT" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } + "text" : "[Champions: 4] Last updated at 2020-09-21 21:04:42 GMT" }, "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/>" + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", + "followPointer" : 1 }, - "series" : [ - { - "data" : [ - { - "drilldown" : "Dave Cross", - "y" : 2, - "name" : "Dave Cross" - }, - { - "drilldown" : "Mark Anderson", - "y" : 2, - "name" : "Mark Anderson" - }, - { - "y" : 2, - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor" - } - ], - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 079" - } - ], "xAxis" : { "type" : "category" }, - "chart" : { - "type" : "column" - }, "drilldown" : { "series" : [ { + "id" : "Dave Cross", "data" : [ [ "Perl", 2 ] ], - "id" : "Dave Cross", "name" : "Dave Cross" }, { + "name" : "Mark Anderson", "data" : [ [ "Raku", 2 ] ], - "id" : "Mark Anderson", - "name" : "Mark Anderson" + "id" : "Mark Anderson" }, { + "id" : "Simon Proctor", "data" : [ [ "Raku", 2 ] ], - "name" : "Simon Proctor", - "id" : "Simon Proctor" + "name" : "Simon Proctor" + }, + { + "id" : "Vinod Kumar K", + "data" : [ + [ + "Perl", + 1 + ] + ], + "name" : "Vinod Kumar K" } ] + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 079" + }, + "chart" : { + "type" : "column" + }, + "series" : [ + { + "name" : "Perl Weekly Challenge - 079", + "data" : [ + { + "y" : 2, + "drilldown" : "Dave Cross", + "name" : "Dave Cross" + }, + { + "y" : 2, + "name" : "Mark Anderson", + "drilldown" : "Mark Anderson" + }, + { + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor", + "y" : 2 + }, + { + "y" : 1, + "drilldown" : "Vinod Kumar K", + "name" : "Vinod Kumar K" + } + ], + "colorByPoint" : 1 + } + ], + "legend" : { + "enabled" : 0 } } |
