aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-05-07 15:24:49 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-05-07 15:24:49 +0100
commit72a7634b2ec6ed242fbf75de7349e2adf2b9eb0a (patch)
tree4307c985c8d6cc54db2339d3a90662157e5040b3 /stats/pwc-current.json
parent4ca08b3248d4de0f0992a7d26dc7182911adf048 (diff)
downloadperlweeklychallenge-club-72a7634b2ec6ed242fbf75de7349e2adf2b9eb0a.tar.gz
perlweeklychallenge-club-72a7634b2ec6ed242fbf75de7349e2adf2b9eb0a.tar.bz2
perlweeklychallenge-club-72a7634b2ec6ed242fbf75de7349e2adf2b9eb0a.zip
- Added solutions by Dave Jacoby.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json73
1 files changed, 44 insertions, 29 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 416285344a..5e860a3eac 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,10 +1,4 @@
{
- "subtitle" : {
- "text" : "[Champions: 2] Last updated at 2019-05-07 12:16:29 GMT"
- },
- "legend" : {
- "enabled" : 0
- },
"yAxis" : {
"title" : {
"text" : "Total Solutions"
@@ -13,66 +7,87 @@
"title" : {
"text" : "Perl Weekly Challenge - 007"
},
- "tooltip" : {
- "followPointer" : 1,
- "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
- "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
+ "subtitle" : {
+ "text" : "[Champions: 3] Last updated at 2019-05-07 14:23:53 GMT"
},
"xAxis" : {
"type" : "category"
},
+ "chart" : {
+ "type" : "column"
+ },
"drilldown" : {
"series" : [
{
- "name" : "Ozzy",
+ "name" : "Dave Jacoby",
+ "data" : [
+ [
+ "Perl 5",
+ 2
+ ]
+ ],
+ "id" : "Dave Jacoby"
+ },
+ {
+ "id" : "Ozzy",
"data" : [
[
"Perl 6",
1
]
],
- "id" : "Ozzy"
+ "name" : "Ozzy"
},
{
- "id" : "Simon Proctor",
- "name" : "Simon Proctor",
"data" : [
[
"Perl 6",
1
]
- ]
+ ],
+ "name" : "Simon Proctor",
+ "id" : "Simon Proctor"
}
]
},
- "chart" : {
- "type" : "column"
+ "legend" : {
+ "enabled" : 0
},
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
- }
+ "tooltip" : {
+ "pointerFormat" : "<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" : [
{
"colorByPoint" : 1,
"data" : [
{
- "name" : "Ozzy",
+ "drilldown" : "Dave Jacoby",
+ "y" : 2,
+ "name" : "Dave Jacoby"
+ },
+ {
"drilldown" : "Ozzy",
+ "name" : "Ozzy",
"y" : 1
},
{
- "drilldown" : "Simon Proctor",
+ "y" : 1,
"name" : "Simon Proctor",
- "y" : 1
+ "drilldown" : "Simon Proctor"
}
],
"name" : "Champions"
}
- ]
+ ],
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ },
+ "borderWidth" : 0
+ }
+ }
}