aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-25 12:16:25 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-25 12:16:25 +0100
commit38173c385fb4c04bfc50cdf40fee15e8cb6901e1 (patch)
tree5ffa10eeb67c941ad660d7f1196c3ffb5362b198 /stats/pwc-current.json
parent92b1bc7b693a9e46ebbdf9eb20d21d45c574ba09 (diff)
downloadperlweeklychallenge-club-38173c385fb4c04bfc50cdf40fee15e8cb6901e1.tar.gz
perlweeklychallenge-club-38173c385fb4c04bfc50cdf40fee15e8cb6901e1.tar.bz2
perlweeklychallenge-club-38173c385fb4c04bfc50cdf40fee15e8cb6901e1.zip
- Added solutions by Noud.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json107
1 files changed, 61 insertions, 46 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 47469c6c9f..c53342f593 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,29 +1,11 @@
{
- "xAxis" : {
- "type" : "category"
- },
"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/>"
- },
- "legend" : {
- "enabled" : 0
- },
- "subtitle" : {
- "text" : "[Champions: 7] Last updated at 2019-09-25 11:08:06 GMT"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 027"
+ "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
+ "followPointer" : 1
},
"series" : [
{
- "colorByPoint" : 1,
"name" : "Perl Weekly Challenge - 027",
"data" : [
{
@@ -32,24 +14,29 @@
"drilldown" : "Andrezgz"
},
{
- "drilldown" : "Duane Powell",
"name" : "Duane Powell",
+ "drilldown" : "Duane Powell",
"y" : 2
},
{
- "drilldown" : "Mark Anderson",
+ "y" : 1,
"name" : "Mark Anderson",
- "y" : 1
+ "drilldown" : "Mark Anderson"
+ },
+ {
+ "y" : 2,
+ "name" : "Noud",
+ "drilldown" : "Noud"
},
{
- "y" : 3,
"name" : "Roger Bell West",
- "drilldown" : "Roger Bell West"
+ "drilldown" : "Roger Bell West",
+ "y" : 3
},
{
"y" : 1,
- "drilldown" : "Simon Proctor",
- "name" : "Simon Proctor"
+ "name" : "Simon Proctor",
+ "drilldown" : "Simon Proctor"
},
{
"drilldown" : "Trenton Langer",
@@ -57,33 +44,54 @@
"y" : 2
},
{
- "drilldown" : "Yet Ebreo",
"name" : "Yet Ebreo",
+ "drilldown" : "Yet Ebreo",
"y" : 1
}
- ]
+ ],
+ "colorByPoint" : 1
}
],
+ "subtitle" : {
+ "text" : "[Champions: 8] Last updated at 2019-09-25 11:16:05 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 027"
+ },
"plotOptions" : {
"series" : {
"dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
+ "enabled" : 1,
+ "format" : "{point.y}"
},
"borderWidth" : 0
}
},
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
"drilldown" : {
"series" : [
{
- "name" : "Andrezgz",
- "id" : "Andrezgz",
"data" : [
[
"Perl 5",
2
]
- ]
+ ],
+ "name" : "Andrezgz",
+ "id" : "Andrezgz"
},
{
"data" : [
@@ -92,18 +100,28 @@
2
]
],
- "id" : "Duane Powell",
- "name" : "Duane Powell"
+ "name" : "Duane Powell",
+ "id" : "Duane Powell"
},
{
+ "id" : "Mark Anderson",
+ "name" : "Mark Anderson",
"data" : [
[
"Perl 5",
1
]
+ ]
+ },
+ {
+ "id" : "Noud",
+ "data" : [
+ [
+ "Perl 6",
+ 2
+ ]
],
- "id" : "Mark Anderson",
- "name" : "Mark Anderson"
+ "name" : "Noud"
},
{
"name" : "Roger Bell West",
@@ -120,38 +138,35 @@
"id" : "Roger Bell West"
},
{
+ "id" : "Simon Proctor",
"data" : [
[
"Perl 6",
1
]
],
- "id" : "Simon Proctor",
"name" : "Simon Proctor"
},
{
- "name" : "Trenton Langer",
"id" : "Trenton Langer",
"data" : [
[
"Perl 5",
2
]
- ]
+ ],
+ "name" : "Trenton Langer"
},
{
"name" : "Yet Ebreo",
- "id" : "Yet Ebreo",
"data" : [
[
"Perl 5",
1
]
- ]
+ ],
+ "id" : "Yet Ebreo"
}
]
- },
- "chart" : {
- "type" : "column"
}
}