aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-06-17 17:16:12 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-06-17 17:16:12 +0100
commit80af7bd3f960b97c76a2eea0937a650c959638f4 (patch)
tree6ee12974bdf7d518c9e865ec093e4abb74fb8d4c /stats/pwc-current.json
parentd47108fb2faeb3b23f6ad108fc6685586d87b88c (diff)
downloadperlweeklychallenge-club-80af7bd3f960b97c76a2eea0937a650c959638f4.tar.gz
perlweeklychallenge-club-80af7bd3f960b97c76a2eea0937a650c959638f4.tar.bz2
perlweeklychallenge-club-80af7bd3f960b97c76a2eea0937a650c959638f4.zip
- Added solution by Pete Houston.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json69
1 files changed, 42 insertions, 27 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 6ced4bba5e..8348040344 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -2,45 +2,47 @@
"drilldown" : {
"series" : [
{
- "name" : "Joelle Maslak",
+ "id" : "Joelle Maslak",
"data" : [
[
"Perl 6",
1
]
],
- "id" : "Joelle Maslak"
+ "name" : "Joelle Maslak"
},
{
- "id" : "Kevin Colyer",
"data" : [
[
"Perl 6",
2
]
],
- "name" : "Kevin Colyer"
+ "name" : "Kevin Colyer",
+ "id" : "Kevin Colyer"
},
{
+ "name" : "Pete Houston",
"data" : [
[
- "Perl 6",
+ "Perl 5",
1
]
],
+ "id" : "Pete Houston"
+ },
+ {
"name" : "Simon Proctor",
+ "data" : [
+ [
+ "Perl 6",
+ 1
+ ]
+ ],
"id" : "Simon Proctor"
}
]
},
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "legend" : {
- "enabled" : 0
- },
"title" : {
"text" : "Perl Weekly Challenge - 013"
},
@@ -53,16 +55,16 @@
}
}
},
- "chart" : {
- "type" : "column"
+ "legend" : {
+ "enabled" : 0
},
- "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/>"
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
},
- "xAxis" : {
- "type" : "category"
+ "subtitle" : {
+ "text" : "[Champions: 4] Last updated at 2019-06-17 16:15:37 GMT"
},
"series" : [
{
@@ -70,14 +72,19 @@
"name" : "Perl Weekly Challenge - 013",
"data" : [
{
+ "drilldown" : "Joelle Maslak",
"name" : "Joelle Maslak",
- "y" : 1,
- "drilldown" : "Joelle Maslak"
+ "y" : 1
},
{
"drilldown" : "Kevin Colyer",
- "y" : 2,
- "name" : "Kevin Colyer"
+ "name" : "Kevin Colyer",
+ "y" : 2
+ },
+ {
+ "drilldown" : "Pete Houston",
+ "name" : "Pete Houston",
+ "y" : 1
},
{
"drilldown" : "Simon Proctor",
@@ -87,7 +94,15 @@
]
}
],
- "subtitle" : {
- "text" : "[Champions: 3] Last updated at 2019-06-17 14:03:09 GMT"
+ "xAxis" : {
+ "type" : "category"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "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/>"
}
}