aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-11-16 22:31:21 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-11-16 22:31:21 +0000
commit27e2368361d3a84f9266364c6c94df09196eb423 (patch)
tree92a3c84513a19cd97989d2a3d908351fc6af9d36 /stats/pwc-current.json
parente3da0914d994a7e7662e7036c277ad78faf4fc41 (diff)
downloadperlweeklychallenge-club-27e2368361d3a84f9266364c6c94df09196eb423.tar.gz
perlweeklychallenge-club-27e2368361d3a84f9266364c6c94df09196eb423.tar.bz2
perlweeklychallenge-club-27e2368361d3a84f9266364c6c94df09196eb423.zip
- Added solutions by Scimon Proctor.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json85
1 files changed, 50 insertions, 35 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 3ec89246d6..0f74f04395 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,63 +1,78 @@
{
+ "series" : [
+ {
+ "name" : "Perl Weekly Challenge - 087",
+ "data" : [
+ {
+ "y" : 2,
+ "drilldown" : "Simon Proctor",
+ "name" : "Simon Proctor"
+ },
+ {
+ "y" : 2,
+ "name" : "Stuart Little",
+ "drilldown" : "Stuart Little"
+ }
+ ],
+ "colorByPoint" : 1
+ }
+ ],
+ "xAxis" : {
+ "type" : "category"
+ },
"title" : {
"text" : "Perl Weekly Challenge - 087"
},
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- }
- }
- },
- "legend" : {
- "enabled" : 0
+ "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
},
"drilldown" : {
"series" : [
{
- "name" : "Stuart Little",
+ "id" : "Simon Proctor",
+ "data" : [
+ [
+ "Raku",
+ 2
+ ]
+ ],
+ "name" : "Simon Proctor"
+ },
+ {
+ "id" : "Stuart Little",
"data" : [
[
"Raku",
2
]
],
- "id" : "Stuart Little"
+ "name" : "Stuart Little"
}
]
},
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ },
+ "borderWidth" : 0
+ }
+ },
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
},
- "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: 1] Last updated at 2020-11-16 22:22:31 GMT"
- },
- "series" : [
- {
- "colorByPoint" : 1,
- "name" : "Perl Weekly Challenge - 087",
- "data" : [
- {
- "y" : 2,
- "drilldown" : "Stuart Little",
- "name" : "Stuart Little"
- }
- ]
- }
- ],
- "xAxis" : {
- "type" : "category"
+ "text" : "[Champions: 2] Last updated at 2020-11-16 22:31:10 GMT"
},
"chart" : {
"type" : "column"
+ },
+ "legend" : {
+ "enabled" : 0
}
}