aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-12-10 11:38:24 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-12-10 11:38:24 +0000
commita3c82344c19bb927beed4b1b03a056d5e99db0ed (patch)
treeef05cfdcf6073c3585eb5ce6dda0cc34f3ca2199 /stats/pwc-current.json
parent49dcab7503132471728d48d3381aca3edb863bc9 (diff)
downloadperlweeklychallenge-club-a3c82344c19bb927beed4b1b03a056d5e99db0ed.tar.gz
perlweeklychallenge-club-a3c82344c19bb927beed4b1b03a056d5e99db0ed.tar.bz2
perlweeklychallenge-club-a3c82344c19bb927beed4b1b03a056d5e99db0ed.zip
- Added solutions by Andrezgz.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json147
1 files changed, 81 insertions, 66 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 6e773cb2b0..ac23c31829 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,66 +1,29 @@
{
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "series" : [
- {
- "data" : [
- {
- "name" : "E. Choroba",
- "y" : 2,
- "drilldown" : "E. Choroba"
- },
- {
- "drilldown" : "Pete Houston",
- "y" : 1,
- "name" : "Pete Houston"
- },
- {
- "drilldown" : "Roger Bell West",
- "name" : "Roger Bell West",
- "y" : 4
- },
- {
- "drilldown" : "Ryan Thompson",
- "y" : 4,
- "name" : "Ryan Thompson"
- },
- {
- "drilldown" : "Simon Proctor",
- "y" : 2,
- "name" : "Simon Proctor"
- }
- ],
- "name" : "Perl Weekly Challenge - 038",
- "colorByPoint" : 1
- }
- ],
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
- }
- },
"drilldown" : {
"series" : [
{
- "name" : "E. Choroba",
- "id" : "E. Choroba",
"data" : [
[
"Perl 5",
2
]
- ]
+ ],
+ "name" : "Andrezgz",
+ "id" : "Andrezgz"
+ },
+ {
+ "data" : [
+ [
+ "Perl 5",
+ 2
+ ]
+ ],
+ "name" : "E. Choroba",
+ "id" : "E. Choroba"
},
{
- "name" : "Pete Houston",
"id" : "Pete Houston",
+ "name" : "Pete Houston",
"data" : [
[
"Perl 5",
@@ -69,6 +32,8 @@
]
},
{
+ "name" : "Roger Bell West",
+ "id" : "Roger Bell West",
"data" : [
[
"Perl 5",
@@ -78,12 +43,9 @@
"Perl 6",
2
]
- ],
- "id" : "Roger Bell West",
- "name" : "Roger Bell West"
+ ]
},
{
- "id" : "Ryan Thompson",
"data" : [
[
"Perl 5",
@@ -94,38 +56,91 @@
2
]
],
- "name" : "Ryan Thompson"
+ "name" : "Ryan Thompson",
+ "id" : "Ryan Thompson"
},
{
- "id" : "Simon Proctor",
"data" : [
[
"Perl 6",
2
]
],
+ "id" : "Simon Proctor",
"name" : "Simon Proctor"
}
]
},
- "legend" : {
- "enabled" : 0
- },
- "subtitle" : {
- "text" : "[Champions: 5] Last updated at 2019-12-10 11:11:03 GMT"
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
+ }
},
"xAxis" : {
"type" : "category"
},
- "title" : {
- "text" : "Perl Weekly Challenge - 038"
- },
"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/>",
+ "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
"followPointer" : 1
},
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "legend" : {
+ "enabled" : 0
+ },
+ "subtitle" : {
+ "text" : "[Champions: 6] Last updated at 2019-12-10 11:36:54 GMT"
+ },
+ "series" : [
+ {
+ "data" : [
+ {
+ "drilldown" : "Andrezgz",
+ "y" : 2,
+ "name" : "Andrezgz"
+ },
+ {
+ "name" : "E. Choroba",
+ "y" : 2,
+ "drilldown" : "E. Choroba"
+ },
+ {
+ "drilldown" : "Pete Houston",
+ "name" : "Pete Houston",
+ "y" : 1
+ },
+ {
+ "name" : "Roger Bell West",
+ "y" : 4,
+ "drilldown" : "Roger Bell West"
+ },
+ {
+ "y" : 4,
+ "name" : "Ryan Thompson",
+ "drilldown" : "Ryan Thompson"
+ },
+ {
+ "y" : 2,
+ "name" : "Simon Proctor",
+ "drilldown" : "Simon Proctor"
+ }
+ ],
+ "colorByPoint" : 1,
+ "name" : "Perl Weekly Challenge - 038"
+ }
+ ],
"chart" : {
"type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 038"
}
}