aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-13 11:59:06 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-13 11:59:06 +0100
commit9338e352fc5a48310cf09a8d0c7f4a2026acf431 (patch)
treeafd9aed333085482367252847f3aadc36ea7dd26 /stats/pwc-current.json
parentb3cc4839ded2367f79a02253498f25e20fcb23c0 (diff)
downloadperlweeklychallenge-club-9338e352fc5a48310cf09a8d0c7f4a2026acf431.tar.gz
perlweeklychallenge-club-9338e352fc5a48310cf09a8d0c7f4a2026acf431.tar.bz2
perlweeklychallenge-club-9338e352fc5a48310cf09a8d0c7f4a2026acf431.zip
- Added solutions by Roger Bell West.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json133
1 files changed, 76 insertions, 57 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 3defe72ebd..b91572f314 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,4 +1,60 @@
{
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
+ "followPointer" : 1,
+ "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "series" : [
+ {
+ "data" : [
+ {
+ "drilldown" : "Dave Cross",
+ "y" : 2,
+ "name" : "Dave Cross"
+ },
+ {
+ "drilldown" : "Roger Bell West",
+ "y" : 3,
+ "name" : "Roger Bell West"
+ },
+ {
+ "name" : "Simon Proctor",
+ "y" : 1,
+ "drilldown" : "Simon Proctor"
+ },
+ {
+ "y" : 1,
+ "drilldown" : "Steven Wilson",
+ "name" : "Steven Wilson"
+ }
+ ],
+ "colorByPoint" : 1,
+ "name" : "Perl Weekly Challenge - 021"
+ }
+ ],
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ },
+ "borderWidth" : 0
+ }
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
"drilldown" : {
"series" : [
{
@@ -8,86 +64,49 @@
2
]
],
- "name" : "Dave Cross",
- "id" : "Dave Cross"
+ "id" : "Dave Cross",
+ "name" : "Dave Cross"
},
{
+ "name" : "Roger Bell West",
"data" : [
[
+ "Perl 5",
+ 2
+ ],
+ [
"Perl 6",
1
]
],
+ "id" : "Roger Bell West"
+ },
+ {
"name" : "Simon Proctor",
+ "data" : [
+ [
+ "Perl 6",
+ 1
+ ]
+ ],
"id" : "Simon Proctor"
},
{
- "name" : "Steven Wilson",
"data" : [
[
"Perl 5",
1
]
],
- "id" : "Steven Wilson"
+ "id" : "Steven Wilson",
+ "name" : "Steven Wilson"
}
]
},
- "series" : [
- {
- "data" : [
- {
- "drilldown" : "Dave Cross",
- "name" : "Dave Cross",
- "y" : 2
- },
- {
- "name" : "Simon Proctor",
- "drilldown" : "Simon Proctor",
- "y" : 1
- },
- {
- "drilldown" : "Steven Wilson",
- "name" : "Steven Wilson",
- "y" : 1
- }
- ],
- "name" : "Perl Weekly Challenge - 021",
- "colorByPoint" : 1
- }
- ],
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "subtitle" : {
+ "text" : "[Champions: 4] Last updated at 2019-08-13 10:58:50 GMT"
},
"title" : {
"text" : "Perl Weekly Challenge - 021"
- },
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
- "followPointer" : 1,
- "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>"
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- }
- }
- },
- "subtitle" : {
- "text" : "[Champions: 3] Last updated at 2019-08-13 10:55:26 GMT"
- },
- "legend" : {
- "enabled" : 0
- },
- "xAxis" : {
- "type" : "category"
}
}