aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-04-26 16:55:17 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-04-26 16:55:17 +0100
commit84907b239e58c6bf38906ade7fa85ff286edd9a4 (patch)
tree31dc4ca69927840d1d7d174ad5db838c5a6a71bd /stats/pwc-current.json
parent804dbeac321996f8a6d7188c9aa5f17aef3c960d (diff)
downloadperlweeklychallenge-club-84907b239e58c6bf38906ade7fa85ff286edd9a4.tar.gz
perlweeklychallenge-club-84907b239e58c6bf38906ade7fa85ff286edd9a4.tar.bz2
perlweeklychallenge-club-84907b239e58c6bf38906ade7fa85ff286edd9a4.zip
- Added solutions by Niels van Dijke.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json81
1 files changed, 48 insertions, 33 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index eb646ab86d..78cf347bf3 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,19 +1,29 @@
{
- "legend" : {
- "enabled" : 0
- },
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2021-04-26 15:49:06 GMT"
- },
"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 - 110",
+ "colorByPoint" : 1,
+ "data" : [
+ {
+ "y" : 2,
+ "name" : "Mark Anderson",
+ "drilldown" : "Mark Anderson"
+ },
+ {
+ "drilldown" : "Niels van Dijke",
+ "name" : "Niels van Dijke",
+ "y" : 2
+ }
+ ]
+ }
+ ],
+ "chart" : {
+ "type" : "column"
},
"plotOptions" : {
"series" : {
@@ -24,8 +34,22 @@
"borderWidth" : 0
}
},
- "chart" : {
- "type" : "column"
+ "subtitle" : {
+ "text" : "[Champions: 2] Last updated at 2021-04-26 15:54:53 GMT"
+ },
+ "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/>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 110"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
+ "xAxis" : {
+ "type" : "category"
},
"drilldown" : {
"series" : [
@@ -36,28 +60,19 @@
2
]
],
- "id" : "Mark Anderson",
- "name" : "Mark Anderson"
+ "name" : "Mark Anderson",
+ "id" : "Mark Anderson"
+ },
+ {
+ "id" : "Niels van Dijke",
+ "name" : "Niels van Dijke",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ]
}
]
- },
- "series" : [
- {
- "data" : [
- {
- "name" : "Mark Anderson",
- "drilldown" : "Mark Anderson",
- "y" : 2
- }
- ],
- "name" : "Perl Weekly Challenge - 110",
- "colorByPoint" : 1
- }
- ],
- "xAxis" : {
- "type" : "category"
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 110"
}
}