diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-15 17:16:22 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-15 17:16:22 +0100 |
| commit | 1aef37c04cf3d2089975aff0ff4f3deeac0ffdbd (patch) | |
| tree | 62b98b60594a238584425f46d5feaaf782294195 /pwc-current.json | |
| parent | d9567023ca97e98f6542f82f4573ccff3831f1f2 (diff) | |
| download | perlweeklychallenge-club-1aef37c04cf3d2089975aff0ff4f3deeac0ffdbd.tar.gz perlweeklychallenge-club-1aef37c04cf3d2089975aff0ff4f3deeac0ffdbd.tar.bz2 perlweeklychallenge-club-1aef37c04cf3d2089975aff0ff4f3deeac0ffdbd.zip | |
- Added solutions to week 115 by Jaldhar H. Vyas.
Diffstat (limited to 'pwc-current.json')
| -rw-r--r-- | pwc-current.json | 176 |
1 files changed, 176 insertions, 0 deletions
diff --git a/pwc-current.json b/pwc-current.json new file mode 100644 index 0000000000..4cd21d854b --- /dev/null +++ b/pwc-current.json @@ -0,0 +1,176 @@ +{ + "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 + }, + "series" : [ + { + "name" : "Perl Weekly Challenge - 117", + "colorByPoint" : 1, + "data" : [ + { + "y" : 2, + "drilldown" : "Feng Chang", + "name" : "Feng Chang" + }, + { + "drilldown" : "James Smith", + "name" : "James Smith", + "y" : 2 + }, + { + "y" : 1, + "drilldown" : "Mark Anderson", + "name" : "Mark Anderson" + }, + { + "drilldown" : "Mohammad S Anwar", + "name" : "Mohammad S Anwar", + "y" : 1 + }, + { + "drilldown" : "Roger Bell_West", + "name" : "Roger Bell_West", + "y" : 4 + }, + { + "y" : 3, + "name" : "Simon Green", + "drilldown" : "Simon Green" + }, + { + "y" : 2, + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor" + }, + { + "drilldown" : "Vinod Kumar K", + "name" : "Vinod Kumar K", + "y" : 1 + } + ] + } + ], + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 8] Last updated at 2021-06-15 16:16:06 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge - 117" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "drilldown" : { + "series" : [ + { + "name" : "Feng Chang", + "id" : "Feng Chang", + "data" : [ + [ + "Raku", + 2 + ] + ] + }, + { + "name" : "James Smith", + "id" : "James Smith", + "data" : [ + [ + "Perl", + 2 + ] + ] + }, + { + "id" : "Mark Anderson", + "data" : [ + [ + "Raku", + 1 + ] + ], + "name" : "Mark Anderson" + }, + { + "name" : "Mohammad S Anwar", + "id" : "Mohammad S Anwar", + "data" : [ + [ + "Perl", + 1 + ] + ] + }, + { + "data" : [ + [ + "Perl", + 2 + ], + [ + "Raku", + 2 + ] + ], + "id" : "Roger Bell_West", + "name" : "Roger Bell_West" + }, + { + "id" : "Simon Green", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Blog", + 1 + ] + ], + "name" : "Simon Green" + }, + { + "name" : "Simon Proctor", + "id" : "Simon Proctor", + "data" : [ + [ + "Raku", + 2 + ] + ] + }, + { + "data" : [ + [ + "Perl", + 1 + ] + ], + "id" : "Vinod Kumar K", + "name" : "Vinod Kumar K" + } + ] + }, + "xAxis" : { + "type" : "category" + }, + "legend" : { + "enabled" : 0 + } +} |
