aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-29 17:45:28 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-29 17:45:28 +0100
commit145f59407ae78145d6d16d05cb6039ca05e11f44 (patch)
tree24114e826aa01467115a1db7627a9e22ef1d73a8 /stats/pwc-current.json
parentf92fbb2b1dd71f269f01a7444cd0d21fe25f4175 (diff)
downloadperlweeklychallenge-club-145f59407ae78145d6d16d05cb6039ca05e11f44.tar.gz
perlweeklychallenge-club-145f59407ae78145d6d16d05cb6039ca05e11f44.tar.bz2
perlweeklychallenge-club-145f59407ae78145d6d16d05cb6039ca05e11f44.zip
- Added solutions by Dave Jacoby.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json113
1 files changed, 64 insertions, 49 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 757579154d..f5cfa2f931 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,26 +1,50 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge - 019"
+ "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"
+ }
+ },
+ "legend" : {
+ "enabled" : 0
+ },
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ },
+ "borderWidth" : 0
+ }
},
"series" : [
{
- "colorByPoint" : 1,
"name" : "Perl Weekly Challenge - 019",
+ "colorByPoint" : 1,
"data" : [
{
- "name" : "Dave Cross",
"drilldown" : "Dave Cross",
- "y" : 1
+ "y" : 1,
+ "name" : "Dave Cross"
},
{
+ "name" : "Dave Jacoby",
"y" : 2,
+ "drilldown" : "Dave Jacoby"
+ },
+ {
"drilldown" : "Lubos Kolouch",
+ "y" : 2,
"name" : "Lubos Kolouch"
},
{
- "name" : "Mark Anderson",
+ "y" : 1,
"drilldown" : "Mark Anderson",
- "y" : 1
+ "name" : "Mark Anderson"
},
{
"y" : 2,
@@ -28,111 +52,102 @@
"name" : "Pete Houston"
},
{
- "y" : 2,
+ "name" : "Roger Bell West",
"drilldown" : "Roger Bell West",
- "name" : "Roger Bell West"
+ "y" : 2
},
{
- "y" : 2,
"drilldown" : "Simon Proctor",
+ "y" : 2,
"name" : "Simon Proctor"
}
]
}
],
- "legend" : {
- "enabled" : 0
- },
"chart" : {
"type" : "column"
},
"subtitle" : {
- "text" : "[Champions: 6] Last updated at 2019-07-29 16:43:10 GMT"
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- }
- }
- },
- "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
- },
- "xAxis" : {
- "type" : "category"
+ "text" : "[Champions: 7] Last updated at 2019-07-29 16:45:13 GMT"
},
"drilldown" : {
"series" : [
{
+ "id" : "Dave Cross",
"data" : [
[
"Perl 5",
1
]
],
- "name" : "Dave Cross",
- "id" : "Dave Cross"
+ "name" : "Dave Cross"
},
{
- "id" : "Lubos Kolouch",
- "name" : "Lubos Kolouch",
+ "name" : "Dave Jacoby",
"data" : [
[
"Perl 5",
2
]
- ]
+ ],
+ "id" : "Dave Jacoby"
},
{
"data" : [
[
"Perl 5",
- 1
+ 2
]
],
+ "id" : "Lubos Kolouch",
+ "name" : "Lubos Kolouch"
+ },
+ {
"name" : "Mark Anderson",
- "id" : "Mark Anderson"
+ "id" : "Mark Anderson",
+ "data" : [
+ [
+ "Perl 5",
+ 1
+ ]
+ ]
},
{
"name" : "Pete Houston",
- "id" : "Pete Houston",
"data" : [
[
"Perl 5",
2
]
- ]
+ ],
+ "id" : "Pete Houston"
},
{
- "id" : "Roger Bell West",
- "name" : "Roger Bell West",
"data" : [
[
"Perl 5",
2
]
- ]
+ ],
+ "id" : "Roger Bell West",
+ "name" : "Roger Bell West"
},
{
+ "id" : "Simon Proctor",
"data" : [
[
"Perl 6",
2
]
],
- "name" : "Simon Proctor",
- "id" : "Simon Proctor"
+ "name" : "Simon Proctor"
}
]
},
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "xAxis" : {
+ "type" : "category"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 019"
}
}