aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-05 15:38:08 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-05 15:38:08 +0100
commit835f5cc382e0391a01fb916f3167d993a3c46fac (patch)
treef8b0af4ce06b93f402c229e8047dd3ae6866746b /stats/pwc-current.json
parent9c29c4dc8862585c29b44d48807e58d58d58aaa1 (diff)
downloadperlweeklychallenge-club-835f5cc382e0391a01fb916f3167d993a3c46fac.tar.gz
perlweeklychallenge-club-835f5cc382e0391a01fb916f3167d993a3c46fac.tar.bz2
perlweeklychallenge-club-835f5cc382e0391a01fb916f3167d993a3c46fac.zip
- Added solution by Pete Houston.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json69
1 files changed, 42 insertions, 27 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index aa55ecae98..f42959a0ce 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,46 +1,50 @@
{
- "chart" : {
- "type" : "column"
- },
"series" : [
{
"colorByPoint" : 1,
- "name" : "Perl Weekly Challenge - 020",
"data" : [
{
- "y" : 4,
+ "y" : 1,
+ "drilldown" : "Pete Houston",
+ "name" : "Pete Houston"
+ },
+ {
"name" : "Roger Bell West",
+ "y" : 4,
"drilldown" : "Roger Bell West"
}
- ]
+ ],
+ "name" : "Perl Weekly Challenge - 020"
}
],
+ "subtitle" : {
+ "text" : "[Champions: 2] Last updated at 2019-08-05 14:37:53 GMT"
+ },
"title" : {
"text" : "Perl Weekly Challenge - 020"
},
"legend" : {
"enabled" : 0
},
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2019-08-05 11:34:09 GMT"
- },
- "tooltip" : {
- "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
- "followPointer" : 1,
- "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- }
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
}
},
"drilldown" : {
"series" : [
{
+ "data" : [
+ [
+ "Perl 5",
+ 1
+ ]
+ ],
+ "id" : "Pete Houston",
+ "name" : "Pete Houston"
+ },
+ {
+ "name" : "Roger Bell West",
"id" : "Roger Bell West",
"data" : [
[
@@ -51,17 +55,28 @@
"Perl 6",
2
]
- ],
- "name" : "Roger Bell West"
+ ]
}
]
},
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "chart" : {
+ "type" : "column"
},
"xAxis" : {
"type" : "category"
+ },
+ "tooltip" : {
+ "followPointer" : 1,
+ "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/>"
+ },
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
+ }
}
}