aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-06 12:12:37 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-06 12:12:37 +0100
commitf60e7978ffa517c705ac1815765f71dc6e78fa8a (patch)
tree8cd15ee995974d17797338da12381031c92c4924 /stats/pwc-current.json
parentb9f0eba10c5d82ad61f059331730a613653c7384 (diff)
downloadperlweeklychallenge-club-f60e7978ffa517c705ac1815765f71dc6e78fa8a.tar.gz
perlweeklychallenge-club-f60e7978ffa517c705ac1815765f71dc6e78fa8a.tar.bz2
perlweeklychallenge-club-f60e7978ffa517c705ac1815765f71dc6e78fa8a.zip
- Added solution by Scimon Proctor.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json75
1 files changed, 45 insertions, 30 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 48f060e550..1d309015f6 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,24 +1,12 @@
{
+ "xAxis" : {
+ "type" : "category"
+ },
"subtitle" : {
- "text" : "[Champions: 1] Last updated at 2020-07-06 10:55:22 GMT"
+ "text" : "[Champions: 2] Last updated at 2020-07-06 11:12:27 GMT"
},
- "series" : [
- {
- "name" : "Perl Weekly Challenge - 068",
- "colorByPoint" : 1,
- "data" : [
- {
- "y" : 5,
- "name" : "Javier Luque",
- "drilldown" : "Javier Luque"
- }
- ]
- }
- ],
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "chart" : {
+ "type" : "column"
},
"drilldown" : {
"series" : [
@@ -39,33 +27,60 @@
],
"id" : "Javier Luque",
"name" : "Javier Luque"
+ },
+ {
+ "id" : "Simon Proctor",
+ "data" : [
+ [
+ "Raku",
+ 1
+ ]
+ ],
+ "name" : "Simon Proctor"
}
]
},
"title" : {
"text" : "Perl Weekly Challenge - 068"
},
- "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/>"
- },
- "chart" : {
- "type" : "column"
- },
+ "series" : [
+ {
+ "data" : [
+ {
+ "y" : 5,
+ "drilldown" : "Javier Luque",
+ "name" : "Javier Luque"
+ },
+ {
+ "name" : "Simon Proctor",
+ "drilldown" : "Simon Proctor",
+ "y" : 1
+ }
+ ],
+ "name" : "Perl Weekly Challenge - 068",
+ "colorByPoint" : 1
+ }
+ ],
"legend" : {
"enabled" : 0
},
- "xAxis" : {
- "type" : "category"
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
},
"plotOptions" : {
"series" : {
"borderWidth" : 0,
"dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
+ "enabled" : 1,
+ "format" : "{point.y}"
}
}
+ },
+ "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
}
}