aboutsummaryrefslogtreecommitdiff
path: root/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-06-15 17:23:11 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-06-15 17:23:11 +0100
commitd114bf057f6e40c3c74472bb784ad7a50ab62983 (patch)
tree66145fba622f0543c2d63063bdb6a7a49c8554ba /pwc-current.json
parent4d16dc25e58132d86d071211d55f5979677c8367 (diff)
downloadperlweeklychallenge-club-d114bf057f6e40c3c74472bb784ad7a50ab62983.tar.gz
perlweeklychallenge-club-d114bf057f6e40c3c74472bb784ad7a50ab62983.tar.bz2
perlweeklychallenge-club-d114bf057f6e40c3c74472bb784ad7a50ab62983.zip
- Added solutions by Luca Ferrari.
Diffstat (limited to 'pwc-current.json')
-rw-r--r--pwc-current.json176
1 files changed, 0 insertions, 176 deletions
diff --git a/pwc-current.json b/pwc-current.json
deleted file mode 100644
index 4cd21d854b..0000000000
--- a/pwc-current.json
+++ /dev/null
@@ -1,176 +0,0 @@
-{
- "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
- }
-}