aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-06 21:24:20 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-06 21:24:20 +0100
commit7b396bf71e40e442ab4fe9f803e28e3d89c97dc3 (patch)
treefda8e13d513497e69d1f9502ad44500f035f6399 /stats/pwc-current.json
parentee2a2c974e39eeba1ac07bf3a1dc077216fc73aa (diff)
downloadperlweeklychallenge-club-7b396bf71e40e442ab4fe9f803e28e3d89c97dc3.tar.gz
perlweeklychallenge-club-7b396bf71e40e442ab4fe9f803e28e3d89c97dc3.tar.bz2
perlweeklychallenge-club-7b396bf71e40e442ab4fe9f803e28e3d89c97dc3.zip
- Added solution by Ozzy.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json93
1 files changed, 54 insertions, 39 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 2360e25ee0..6f184cee5d 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -2,7 +2,6 @@
"drilldown" : {
"series" : [
{
- "id" : "Dave Jacoby",
"data" : [
[
"Perl 5",
@@ -13,7 +12,8 @@
1
]
],
- "name" : "Dave Jacoby"
+ "name" : "Dave Jacoby",
+ "id" : "Dave Jacoby"
},
{
"data" : [
@@ -26,14 +26,14 @@
"name" : "Duane Powell"
},
{
- "name" : "E. Choroba",
- "id" : "E. Choroba",
"data" : [
[
"Perl 5",
2
]
- ]
+ ],
+ "name" : "E. Choroba",
+ "id" : "E. Choroba"
},
{
"data" : [
@@ -42,22 +42,32 @@
2
]
],
- "id" : "Kevin Colyer",
- "name" : "Kevin Colyer"
+ "name" : "Kevin Colyer",
+ "id" : "Kevin Colyer"
},
{
- "id" : "Mark Anderson",
"data" : [
[
"Perl 5",
2
]
],
+ "id" : "Mark Anderson",
"name" : "Mark Anderson"
},
{
- "name" : "Pete Houston",
+ "id" : "Ozzy",
+ "name" : "Ozzy",
+ "data" : [
+ [
+ "Perl 6",
+ 1
+ ]
+ ]
+ },
+ {
"id" : "Pete Houston",
+ "name" : "Pete Houston",
"data" : [
[
"Perl 5",
@@ -66,7 +76,6 @@
]
},
{
- "name" : "Roger Bell West",
"data" : [
[
"Perl 5",
@@ -77,36 +86,42 @@
2
]
],
+ "name" : "Roger Bell West",
"id" : "Roger Bell West"
}
]
},
- "title" : {
- "text" : "Perl Weekly Challenge - 020"
+ "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
+ },
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
- "name" : "Perl Weekly Challenge - 020",
+ "colorByPoint" : 1,
"data" : [
{
"y" : 3,
- "name" : "Dave Jacoby",
- "drilldown" : "Dave Jacoby"
+ "drilldown" : "Dave Jacoby",
+ "name" : "Dave Jacoby"
},
{
- "drilldown" : "Duane Powell",
"name" : "Duane Powell",
+ "drilldown" : "Duane Powell",
"y" : 2
},
{
- "drilldown" : "E. Choroba",
"name" : "E. Choroba",
- "y" : 2
+ "y" : 2,
+ "drilldown" : "E. Choroba"
},
{
+ "name" : "Kevin Colyer",
"drilldown" : "Kevin Colyer",
- "y" : 2,
- "name" : "Kevin Colyer"
+ "y" : 2
},
{
"drilldown" : "Mark Anderson",
@@ -114,48 +129,48 @@
"name" : "Mark Anderson"
},
{
- "drilldown" : "Pete Houston",
+ "name" : "Ozzy",
+ "drilldown" : "Ozzy",
+ "y" : 1
+ },
+ {
"name" : "Pete Houston",
+ "drilldown" : "Pete Houston",
"y" : 1
},
{
- "drilldown" : "Roger Bell West",
"name" : "Roger Bell West",
+ "drilldown" : "Roger Bell West",
"y" : 4
}
],
- "colorByPoint" : 1
+ "name" : "Perl Weekly Challenge - 020"
}
],
- "tooltip" : {
- "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
- "followPointer" : 1,
- "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
+ "xAxis" : {
+ "type" : "category"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 8] Last updated at 2019-08-06 20:24:06 GMT"
},
"legend" : {
"enabled" : 0
},
- "xAxis" : {
- "type" : "category"
+ "title" : {
+ "text" : "Perl Weekly Challenge - 020"
},
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
},
- "chart" : {
- "type" : "column"
- },
"plotOptions" : {
"series" : {
+ "borderWidth" : 0,
"dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- },
- "borderWidth" : 0
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
}
- },
- "subtitle" : {
- "text" : "[Champions: 7] Last updated at 2019-08-06 13:28:19 GMT"
}
}