aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-29 14:47:25 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-29 14:47:25 +0100
commit2c0f4c13284dee279c6b1eb96fc70676fb648771 (patch)
tree06bd1b03d494c97ddf37d6b30c40cd7407f81c1c /stats/pwc-current.json
parent7b2993179395b759945f7a5b4214df2c8f626274 (diff)
downloadperlweeklychallenge-club-2c0f4c13284dee279c6b1eb96fc70676fb648771.tar.gz
perlweeklychallenge-club-2c0f4c13284dee279c6b1eb96fc70676fb648771.tar.bz2
perlweeklychallenge-club-2c0f4c13284dee279c6b1eb96fc70676fb648771.zip
- Added solutions by Roger Bell West.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json117
1 files changed, 66 insertions, 51 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 929436280e..524c9b575b 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,58 +1,12 @@
{
- "xAxis" : {
- "type" : "category"
- },
"chart" : {
"type" : "column"
},
- "series" : [
- {
- "colorByPoint" : 1,
- "data" : [
- {
- "y" : 2,
- "drilldown" : "Lubos Kolouch",
- "name" : "Lubos Kolouch"
- },
- {
- "y" : 1,
- "drilldown" : "Mark Anderson",
- "name" : "Mark Anderson"
- },
- {
- "name" : "Pete Houston",
- "drilldown" : "Pete Houston",
- "y" : 2
- }
- ],
- "name" : "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/>"
- },
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- },
- "borderWidth" : 0
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 019"
- },
- "legend" : {
- "enabled" : 0
- },
"drilldown" : {
"series" : [
{
- "id" : "Lubos Kolouch",
"name" : "Lubos Kolouch",
+ "id" : "Lubos Kolouch",
"data" : [
[
"Perl 5",
@@ -62,32 +16,93 @@
},
{
"id" : "Mark Anderson",
+ "name" : "Mark Anderson",
"data" : [
[
"Perl 5",
1
]
+ ]
+ },
+ {
+ "data" : [
+ [
+ "Perl 5",
+ 2
+ ]
],
- "name" : "Mark Anderson"
+ "name" : "Pete Houston",
+ "id" : "Pete Houston"
},
{
- "id" : "Pete Houston",
"data" : [
[
"Perl 5",
2
]
],
- "name" : "Pete Houston"
+ "name" : "Roger Bell West",
+ "id" : "Roger Bell West"
}
]
},
"subtitle" : {
- "text" : "[Champions: 3] Last updated at 2019-07-29 13:41:48 GMT"
+ "text" : "[Champions: 4] Last updated at 2019-07-29 13:46:34 GMT"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 019"
},
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
+ },
+ "series" : [
+ {
+ "name" : "Perl Weekly Challenge - 019",
+ "colorByPoint" : 1,
+ "data" : [
+ {
+ "y" : 2,
+ "name" : "Lubos Kolouch",
+ "drilldown" : "Lubos Kolouch"
+ },
+ {
+ "drilldown" : "Mark Anderson",
+ "name" : "Mark Anderson",
+ "y" : 1
+ },
+ {
+ "y" : 2,
+ "name" : "Pete Houston",
+ "drilldown" : "Pete Houston"
+ },
+ {
+ "drilldown" : "Roger Bell West",
+ "name" : "Roger Bell West",
+ "y" : 2
+ }
+ ]
+ }
+ ],
+ "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/>"
+ },
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
+ }
+ },
+ "xAxis" : {
+ "type" : "category"
}
}