aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-31 11:52:15 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-31 11:52:15 +0100
commit4d46176ccf4080081fde9a1a4aa3ec2f6feb52f8 (patch)
tree9e895756f81978b481001b1ae7985d77439100f6 /stats/pwc-current.json
parent3126c4f3d8afaa4090aaa0054cfecee63ed797ac (diff)
downloadperlweeklychallenge-club-4d46176ccf4080081fde9a1a4aa3ec2f6feb52f8.tar.gz
perlweeklychallenge-club-4d46176ccf4080081fde9a1a4aa3ec2f6feb52f8.tar.bz2
perlweeklychallenge-club-4d46176ccf4080081fde9a1a4aa3ec2f6feb52f8.zip
- Added solutions by Niels van Dijke.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json95
1 files changed, 55 insertions, 40 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index f9ded4b706..53d54e20c7 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,63 +1,78 @@
{
- "legend" : {
- "enabled" : 0
+ "series" : [
+ {
+ "data" : [
+ {
+ "y" : 2,
+ "name" : "Dave Cross",
+ "drilldown" : "Dave Cross"
+ },
+ {
+ "drilldown" : "Niels van Dijke",
+ "y" : 2,
+ "name" : "Niels van Dijke"
+ }
+ ],
+ "name" : "Perl Weekly Challenge - 115",
+ "colorByPoint" : 1
+ }
+ ],
+ "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/>"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 2] Last updated at 2021-05-31 10:51:54 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "chart" : {
+ "type" : "column"
},
"title" : {
"text" : "Perl Weekly Challenge - 115"
},
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- }
- }
+ "xAxis" : {
+ "type" : "category"
},
"drilldown" : {
"series" : [
{
+ "name" : "Dave Cross",
"data" : [
[
"Perl",
2
]
],
- "name" : "Dave Cross",
"id" : "Dave Cross"
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ],
+ "name" : "Niels van Dijke",
+ "id" : "Niels van Dijke"
}
]
},
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2021-05-31 10:46:10 GMT"
- },
- "xAxis" : {
- "type" : "category"
- },
- "chart" : {
- "type" : "column"
- },
- "series" : [
- {
- "name" : "Perl Weekly Challenge - 115",
- "data" : [
- {
- "y" : 2,
- "name" : "Dave Cross",
- "drilldown" : "Dave Cross"
- }
- ],
- "colorByPoint" : 1
- }
- ],
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
}
},
- "tooltip" : {
- "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/>",
- "followPointer" : 1
+ "legend" : {
+ "enabled" : 0
}
}