aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-21 21:58:56 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-21 21:58:56 +0100
commit2549f8a79a06b7580ec34978c66b71016f140be2 (patch)
tree2325b08c1b2201e98dd25ec9f11ff90120750fc3 /stats/pwc-current.json
parent35a862ef9d54499de1531bda71d2b93f48df9894 (diff)
downloadperlweeklychallenge-club-2549f8a79a06b7580ec34978c66b71016f140be2.tar.gz
perlweeklychallenge-club-2549f8a79a06b7580ec34978c66b71016f140be2.tar.bz2
perlweeklychallenge-club-2549f8a79a06b7580ec34978c66b71016f140be2.zip
- Added solutions by Dave Cross.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json107
1 files changed, 61 insertions, 46 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index ae89d8afb6..69af0b7f07 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,46 +1,4 @@
{
- "drilldown" : {
- "series" : [
- {
- "id" : "Mark Anderson",
- "data" : [
- [
- "Raku",
- 2
- ]
- ],
- "name" : "Mark Anderson"
- },
- {
- "data" : [
- [
- "Raku",
- 2
- ]
- ],
- "id" : "Simon Proctor",
- "name" : "Simon Proctor"
- }
- ]
- },
- "series" : [
- {
- "colorByPoint" : 1,
- "name" : "Perl Weekly Challenge - 079",
- "data" : [
- {
- "name" : "Mark Anderson",
- "y" : 2,
- "drilldown" : "Mark Anderson"
- },
- {
- "drilldown" : "Simon Proctor",
- "name" : "Simon Proctor",
- "y" : 2
- }
- ]
- }
- ],
"title" : {
"text" : "Perl Weekly Challenge - 079"
},
@@ -53,7 +11,7 @@
"enabled" : 0
},
"subtitle" : {
- "text" : "[Champions: 2] Last updated at 2020-09-21 20:56:26 GMT"
+ "text" : "[Champions: 3] Last updated at 2020-09-21 20:58:36 GMT"
},
"plotOptions" : {
"series" : {
@@ -64,15 +22,72 @@
}
}
},
- "xAxis" : {
- "type" : "category"
- },
"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/>"
},
+ "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" : [
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ],
+ "id" : "Dave Cross",
+ "name" : "Dave Cross"
+ },
+ {
+ "data" : [
+ [
+ "Raku",
+ 2
+ ]
+ ],
+ "id" : "Mark Anderson",
+ "name" : "Mark Anderson"
+ },
+ {
+ "data" : [
+ [
+ "Raku",
+ 2
+ ]
+ ],
+ "name" : "Simon Proctor",
+ "id" : "Simon Proctor"
+ }
+ ]
}
}