aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-06-17 15:04:07 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-06-17 15:04:07 +0100
commitd47108fb2faeb3b23f6ad108fc6685586d87b88c (patch)
tree69ffd26b8f86f1d79d36ff32805294d31d4c6c64 /stats/pwc-current.json
parent0481a80595a156a0de02e531ae66662d711c8b86 (diff)
downloadperlweeklychallenge-club-d47108fb2faeb3b23f6ad108fc6685586d87b88c.tar.gz
perlweeklychallenge-club-d47108fb2faeb3b23f6ad108fc6685586d87b88c.tar.bz2
perlweeklychallenge-club-d47108fb2faeb3b23f6ad108fc6685586d87b88c.zip
- Added solution by Joe Tym.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json98
1 files changed, 49 insertions, 49 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 10c4cc26f5..6ced4bba5e 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,93 +1,93 @@
{
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- },
- "borderWidth" : 0
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 013"
- },
- "legend" : {
- "enabled" : 0
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "subtitle" : {
- "text" : "[Champions: 3] Last updated at 2019-06-17 13:43:59 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "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/>"
- },
"drilldown" : {
"series" : [
{
"name" : "Joelle Maslak",
- "id" : "Joelle Maslak",
"data" : [
[
"Perl 6",
1
]
- ]
+ ],
+ "id" : "Joelle Maslak"
},
{
- "name" : "Kevin Colyer",
+ "id" : "Kevin Colyer",
"data" : [
[
"Perl 6",
2
]
],
- "id" : "Kevin Colyer"
+ "name" : "Kevin Colyer"
},
{
- "id" : "Simon Proctor",
"data" : [
[
"Perl 6",
1
]
],
- "name" : "Simon Proctor"
+ "name" : "Simon Proctor",
+ "id" : "Simon Proctor"
}
]
},
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "legend" : {
+ "enabled" : 0
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 013"
+ },
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
+ }
+ },
+ "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/>"
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
"series" : [
{
+ "colorByPoint" : 1,
+ "name" : "Perl Weekly Challenge - 013",
"data" : [
{
"name" : "Joelle Maslak",
- "drilldown" : "Joelle Maslak",
- "y" : 1
+ "y" : 1,
+ "drilldown" : "Joelle Maslak"
},
{
- "name" : "Kevin Colyer",
+ "drilldown" : "Kevin Colyer",
"y" : 2,
- "drilldown" : "Kevin Colyer"
+ "name" : "Kevin Colyer"
},
{
- "y" : 1,
"drilldown" : "Simon Proctor",
+ "y" : 1,
"name" : "Simon Proctor"
}
- ],
- "name" : "Perl Weekly Challenge - 013",
- "colorByPoint" : 1
+ ]
}
- ]
+ ],
+ "subtitle" : {
+ "text" : "[Champions: 3] Last updated at 2019-06-17 14:03:09 GMT"
+ }
}