aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-24 16:43:03 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-24 16:43:03 +0100
commita18c2f9639bc313df0b89c2bd1e7d6b3401903f5 (patch)
treeb1a18b2fc10d4e6a54a83591d8e86669e469fead /stats/pwc-current.json
parent20b8fddb7e0bc29d542f71c5104b7b686a960161 (diff)
downloadperlweeklychallenge-club-a18c2f9639bc313df0b89c2bd1e7d6b3401903f5.tar.gz
perlweeklychallenge-club-a18c2f9639bc313df0b89c2bd1e7d6b3401903f5.tar.bz2
perlweeklychallenge-club-a18c2f9639bc313df0b89c2bd1e7d6b3401903f5.zip
- Added solutions by Ruben Westerberg.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json89
1 files changed, 54 insertions, 35 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index bc323023f0..b39956ac90 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,20 +1,35 @@
{
+ "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
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
"plotOptions" : {
"series" : {
- "borderWidth" : 0,
"dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- }
+ "enabled" : 1,
+ "format" : "{point.y}"
+ },
+ "borderWidth" : 0
}
},
- "legend" : {
- "enabled" : 0
+ "xAxis" : {
+ "type" : "category"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 5] Last updated at 2019-07-24 15:42:50 GMT"
},
"series" : [
{
"colorByPoint" : 1,
- "name" : "Perl Weekly Challenge - 018",
"data" : [
{
"name" : "Duane Powell",
@@ -27,65 +42,77 @@
"name" : "Ozzy"
},
{
- "y" : 2,
"drilldown" : "Roger Bell West",
+ "y" : 2,
"name" : "Roger Bell West"
},
{
- "y" : 2,
+ "drilldown" : "Ruben Westerberg",
+ "y" : 4,
+ "name" : "Ruben Westerberg"
+ },
+ {
+ "name" : "Simon Proctor",
"drilldown" : "Simon Proctor",
- "name" : "Simon Proctor"
+ "y" : 2
}
- ]
+ ],
+ "name" : "Perl Weekly Challenge - 018"
}
],
- "subtitle" : {
- "text" : "[Champions: 4] Last updated at 2019-07-24 15:29:15 GMT"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "legend" : {
+ "enabled" : 0
},
"title" : {
"text" : "Perl Weekly Challenge - 018"
},
- "xAxis" : {
- "type" : "category"
- },
"drilldown" : {
"series" : [
{
- "id" : "Duane Powell",
+ "name" : "Duane Powell",
"data" : [
[
"Perl 5",
2
]
],
- "name" : "Duane Powell"
+ "id" : "Duane Powell"
},
{
+ "name" : "Ozzy",
+ "id" : "Ozzy",
"data" : [
[
"Perl 6",
1
]
- ],
- "id" : "Ozzy",
- "name" : "Ozzy"
+ ]
},
{
+ "id" : "Roger Bell West",
"data" : [
[
"Perl 5",
2
]
],
- "id" : "Roger Bell West",
"name" : "Roger Bell West"
},
{
+ "name" : "Ruben Westerberg",
+ "data" : [
+ [
+ "Perl 5",
+ 2
+ ],
+ [
+ "Perl 6",
+ 2
+ ]
+ ],
+ "id" : "Ruben Westerberg"
+ },
+ {
"name" : "Simon Proctor",
"data" : [
[
@@ -96,13 +123,5 @@
"id" : "Simon Proctor"
}
]
- },
- "chart" : {
- "type" : "column"
- },
- "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
}
}