aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-01 19:47:46 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-01 19:47:46 +0100
commitd2c1ece666ac11016f51e756bef3d7f0c9eae661 (patch)
treec47ce26082f82db336d3402c264e88b01592aee3 /stats/pwc-current.json
parente999d9460c076db7d315a084196f4afae469d7c2 (diff)
downloadperlweeklychallenge-club-d2c1ece666ac11016f51e756bef3d7f0c9eae661.tar.gz
perlweeklychallenge-club-d2c1ece666ac11016f51e756bef3d7f0c9eae661.tar.bz2
perlweeklychallenge-club-d2c1ece666ac11016f51e756bef3d7f0c9eae661.zip
- Added solution by Veesh Goldman.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json169
1 files changed, 92 insertions, 77 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 79ddc43eb6..340abe80dd 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,40 +1,56 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge - 028"
+ "subtitle" : {
+ "text" : "[Champions: 14] Last updated at 2019-10-01 18:47:35 GMT"
},
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
}
},
- "subtitle" : {
- "text" : "[Champions: 13] Last updated at 2019-10-01 18:23:37 GMT"
+ "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/>"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 028"
},
"drilldown" : {
"series" : [
{
+ "id" : "Daniel Mita",
+ "name" : "Daniel Mita",
"data" : [
[
"Perl 6",
1
]
- ],
- "id" : "Daniel Mita",
- "name" : "Daniel Mita"
+ ]
},
{
+ "id" : "Dave Cross",
+ "name" : "Dave Cross",
"data" : [
[
"Perl 5",
2
]
- ],
- "id" : "Dave Cross",
- "name" : "Dave Cross"
+ ]
},
{
- "name" : "Dave Jacoby",
- "id" : "Dave Jacoby",
"data" : [
[
"Perl 5",
@@ -44,27 +60,29 @@
"Blog",
1
]
- ]
+ ],
+ "name" : "Dave Jacoby",
+ "id" : "Dave Jacoby"
},
{
- "id" : "Duane Powell",
"data" : [
[
"Perl 5",
2
]
],
+ "id" : "Duane Powell",
"name" : "Duane Powell"
},
{
- "id" : "E. Choroba",
"data" : [
[
"Perl 5",
1
]
],
- "name" : "E. Choroba"
+ "name" : "E. Choroba",
+ "id" : "E. Choroba"
},
{
"data" : [
@@ -73,8 +91,8 @@
1
]
],
- "id" : "Julien Fiegehenn",
- "name" : "Julien Fiegehenn"
+ "name" : "Julien Fiegehenn",
+ "id" : "Julien Fiegehenn"
},
{
"data" : [
@@ -83,42 +101,42 @@
2
]
],
- "id" : "Markus Holzer",
- "name" : "Markus Holzer"
+ "name" : "Markus Holzer",
+ "id" : "Markus Holzer"
},
{
+ "id" : "Pete Houston",
+ "name" : "Pete Houston",
"data" : [
[
"Perl 5",
1
]
- ],
- "id" : "Pete Houston",
- "name" : "Pete Houston"
+ ]
},
{
+ "id" : "Prajith P",
"name" : "Prajith P",
"data" : [
[
"Perl 5",
2
]
- ],
- "id" : "Prajith P"
+ ]
},
{
+ "id" : "Simon Proctor",
+ "name" : "Simon Proctor",
"data" : [
[
"Perl 6",
1
]
- ],
- "id" : "Simon Proctor",
- "name" : "Simon Proctor"
+ ]
},
{
- "name" : "Steven Wilson",
"id" : "Steven Wilson",
+ "name" : "Steven Wilson",
"data" : [
[
"Perl 5",
@@ -133,11 +151,22 @@
2
]
],
- "id" : "Ulrich Rieke",
- "name" : "Ulrich Rieke"
+ "name" : "Ulrich Rieke",
+ "id" : "Ulrich Rieke"
+ },
+ {
+ "id" : "Veesh Goldman",
+ "name" : "Veesh Goldman",
+ "data" : [
+ [
+ "Perl 5",
+ 1
+ ]
+ ]
},
{
"name" : "Yet Ebreo",
+ "id" : "Yet Ebreo",
"data" : [
[
"Perl 5",
@@ -147,62 +176,48 @@
"Perl 6",
2
]
- ],
- "id" : "Yet Ebreo"
+ ]
}
]
},
- "xAxis" : {
- "type" : "category"
- },
- "legend" : {
- "enabled" : 0
- },
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "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
- },
"series" : [
{
+ "colorByPoint" : 1,
"data" : [
{
- "drilldown" : "Daniel Mita",
"name" : "Daniel Mita",
+ "drilldown" : "Daniel Mita",
"y" : 1
},
{
"name" : "Dave Cross",
- "y" : 2,
- "drilldown" : "Dave Cross"
+ "drilldown" : "Dave Cross",
+ "y" : 2
},
{
- "drilldown" : "Dave Jacoby",
"y" : 2,
- "name" : "Dave Jacoby"
+ "name" : "Dave Jacoby",
+ "drilldown" : "Dave Jacoby"
},
{
+ "name" : "Duane Powell",
"drilldown" : "Duane Powell",
- "y" : 2,
- "name" : "Duane Powell"
+ "y" : 2
},
{
- "drilldown" : "E. Choroba",
"y" : 1,
+ "drilldown" : "E. Choroba",
"name" : "E. Choroba"
},
{
+ "drilldown" : "Julien Fiegehenn",
"name" : "Julien Fiegehenn",
- "y" : 1,
- "drilldown" : "Julien Fiegehenn"
+ "y" : 1
},
{
"drilldown" : "Markus Holzer",
- "y" : 2,
- "name" : "Markus Holzer"
+ "name" : "Markus Holzer",
+ "y" : 2
},
{
"drilldown" : "Pete Houston",
@@ -215,37 +230,37 @@
"drilldown" : "Prajith P"
},
{
- "name" : "Simon Proctor",
"y" : 1,
- "drilldown" : "Simon Proctor"
+ "drilldown" : "Simon Proctor",
+ "name" : "Simon Proctor"
},
{
- "drilldown" : "Steven Wilson",
"y" : 2,
+ "drilldown" : "Steven Wilson",
"name" : "Steven Wilson"
},
{
- "name" : "Ulrich Rieke",
"y" : 2,
- "drilldown" : "Ulrich Rieke"
+ "drilldown" : "Ulrich Rieke",
+ "name" : "Ulrich Rieke"
+ },
+ {
+ "drilldown" : "Veesh Goldman",
+ "name" : "Veesh Goldman",
+ "y" : 1
},
{
+ "name" : "Yet Ebreo",
"drilldown" : "Yet Ebreo",
- "y" : 4,
- "name" : "Yet Ebreo"
+ "y" : 4
}
],
- "colorByPoint" : 1,
"name" : "Perl Weekly Challenge - 028"
}
],
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- },
- "borderWidth" : 0
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
}
}
}