aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-06-18 11:26:53 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-06-18 11:26:53 +0100
commit38d37dfa54b1a232c804f4fb34e8935bbac40efd (patch)
tree236b6989667ca6b7e78127d723035151661ff80c /stats/pwc-current.json
parent5261682f45d72d1000a47834432ba14ad846f6b2 (diff)
downloadperlweeklychallenge-club-38d37dfa54b1a232c804f4fb34e8935bbac40efd.tar.gz
perlweeklychallenge-club-38d37dfa54b1a232c804f4fb34e8935bbac40efd.tar.bz2
perlweeklychallenge-club-38d37dfa54b1a232c804f4fb34e8935bbac40efd.zip
- Added solution by Scimon Proctor.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json140
1 files changed, 70 insertions, 70 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index a99c52b420..bb7713ff8f 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,37 +1,87 @@
{
+ "subtitle" : {
+ "text" : "[Champions: 6] Last updated at 2019-06-18 10:26:19 GMT"
+ },
"tooltip" : {
"followPointer" : 1,
- "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/>"
+ "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/>"
},
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
+ "xAxis" : {
+ "type" : "category"
+ },
+ "series" : [
+ {
+ "name" : "Perl Weekly Challenge - 013",
+ "data" : [
+ {
+ "y" : 2,
+ "name" : "Dave Jacoby",
+ "drilldown" : "Dave Jacoby"
+ },
+ {
+ "name" : "Gustavo Chaves",
+ "y" : 2,
+ "drilldown" : "Gustavo Chaves"
+ },
+ {
+ "y" : 4,
+ "name" : "Joelle Maslak",
+ "drilldown" : "Joelle Maslak"
+ },
+ {
+ "name" : "Kevin Colyer",
+ "y" : 2,
+ "drilldown" : "Kevin Colyer"
+ },
+ {
+ "name" : "Pete Houston",
+ "y" : 1,
+ "drilldown" : "Pete Houston"
+ },
+ {
+ "name" : "Simon Proctor",
+ "y" : 2,
+ "drilldown" : "Simon Proctor"
+ }
+ ],
+ "colorByPoint" : 1
}
+ ],
+ "chart" : {
+ "type" : "column"
},
- "subtitle" : {
- "text" : "[Champions: 6] Last updated at 2019-06-18 10:07:54 GMT"
+ "title" : {
+ "text" : "Perl Weekly Challenge - 013"
},
"plotOptions" : {
"series" : {
+ "borderWidth" : 0,
"dataLabels" : {
"enabled" : 1,
"format" : "{point.y}"
- },
- "borderWidth" : 0
+ }
}
},
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "legend" : {
+ "enabled" : 0
+ },
"drilldown" : {
"series" : [
{
- "id" : "Dave Jacoby",
- "name" : "Dave Jacoby",
"data" : [
[
"Perl 5",
2
]
- ]
+ ],
+ "name" : "Dave Jacoby",
+ "id" : "Dave Jacoby"
},
{
"id" : "Gustavo Chaves",
@@ -44,7 +94,6 @@
"name" : "Gustavo Chaves"
},
{
- "id" : "Joelle Maslak",
"name" : "Joelle Maslak",
"data" : [
[
@@ -55,88 +104,39 @@
"Perl 6",
2
]
- ]
+ ],
+ "id" : "Joelle Maslak"
},
{
- "id" : "Kevin Colyer",
+ "name" : "Kevin Colyer",
"data" : [
[
"Perl 6",
2
]
],
- "name" : "Kevin Colyer"
+ "id" : "Kevin Colyer"
},
{
+ "id" : "Pete Houston",
"data" : [
[
"Perl 5",
1
]
],
- "name" : "Pete Houston",
- "id" : "Pete Houston"
+ "name" : "Pete Houston"
},
{
"data" : [
[
"Perl 6",
- 1
+ 2
]
],
"name" : "Simon Proctor",
"id" : "Simon Proctor"
}
]
- },
- "xAxis" : {
- "type" : "category"
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 013"
- },
- "legend" : {
- "enabled" : 0
- },
- "chart" : {
- "type" : "column"
- },
- "series" : [
- {
- "colorByPoint" : 1,
- "name" : "Perl Weekly Challenge - 013",
- "data" : [
- {
- "drilldown" : "Dave Jacoby",
- "name" : "Dave Jacoby",
- "y" : 2
- },
- {
- "drilldown" : "Gustavo Chaves",
- "y" : 2,
- "name" : "Gustavo Chaves"
- },
- {
- "name" : "Joelle Maslak",
- "y" : 4,
- "drilldown" : "Joelle Maslak"
- },
- {
- "y" : 2,
- "name" : "Kevin Colyer",
- "drilldown" : "Kevin Colyer"
- },
- {
- "name" : "Pete Houston",
- "y" : 1,
- "drilldown" : "Pete Houston"
- },
- {
- "name" : "Simon Proctor",
- "y" : 1,
- "drilldown" : "Simon Proctor"
- }
- ]
- }
- ]
+ }
}