aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json267
1 files changed, 143 insertions, 124 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index d507200258..04e8aae6f2 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,131 +1,43 @@
{
- "series" : [
- {
- "name" : "Perl Weekly Challenge - 038",
- "colorByPoint" : 1,
- "data" : [
- {
- "drilldown" : "Andrezgz",
- "y" : 2,
- "name" : "Andrezgz"
- },
- {
- "name" : "Daniel Mita",
- "y" : 2,
- "drilldown" : "Daniel Mita"
- },
- {
- "drilldown" : "Dave Jacoby",
- "name" : "Dave Jacoby",
- "y" : 3
- },
- {
- "drilldown" : "Duane Powell",
- "name" : "Duane Powell",
- "y" : 2
- },
- {
- "drilldown" : "E. Choroba",
- "name" : "E. Choroba",
- "y" : 3
- },
- {
- "name" : "Javier Luque",
- "y" : 5,
- "drilldown" : "Javier Luque"
- },
- {
- "name" : "Noud",
- "y" : 2,
- "drilldown" : "Noud"
- },
- {
- "y" : 1,
- "name" : "Pete Houston",
- "drilldown" : "Pete Houston"
- },
- {
- "drilldown" : "Roger Bell West",
- "name" : "Roger Bell West",
- "y" : 4
- },
- {
- "name" : "Ryan Thompson",
- "y" : 4,
- "drilldown" : "Ryan Thompson"
- },
- {
- "name" : "Saif Ahmed",
- "y" : 2,
- "drilldown" : "Saif Ahmed"
- },
- {
- "drilldown" : "Simon Proctor",
- "name" : "Simon Proctor",
- "y" : 2
- },
- {
- "name" : "Steven Wilson",
- "y" : 1,
- "drilldown" : "Steven Wilson"
- }
- ]
- }
- ],
- "chart" : {
- "type" : "column"
- },
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- },
- "borderWidth" : 0
- }
- },
- "subtitle" : {
- "text" : "[Champions: 13] Last updated at 2019-12-14 00:35:03 GMT"
- },
"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
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 038"
- },
- "legend" : {
- "enabled" : 0
- },
- "xAxis" : {
- "type" : "category"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "followPointer" : 1,
+ "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
},
"drilldown" : {
"series" : [
{
- "name" : "Andrezgz",
"id" : "Andrezgz",
"data" : [
[
"Perl 5",
2
]
- ]
+ ],
+ "name" : "Andrezgz"
+ },
+ {
+ "data" : [
+ [
+ "Perl 6",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ],
+ "id" : "Arne Sommer",
+ "name" : "Arne Sommer"
},
{
- "id" : "Daniel Mita",
"data" : [
[
"Perl 6",
2
]
],
+ "id" : "Daniel Mita",
"name" : "Daniel Mita"
},
{
@@ -143,16 +55,18 @@
]
},
{
- "name" : "Duane Powell",
- "id" : "Duane Powell",
"data" : [
[
"Perl 5",
2
]
- ]
+ ],
+ "id" : "Duane Powell",
+ "name" : "Duane Powell"
},
{
+ "name" : "E. Choroba",
+ "id" : "E. Choroba",
"data" : [
[
"Perl 5",
@@ -162,12 +76,9 @@
"Blog",
1
]
- ],
- "id" : "E. Choroba",
- "name" : "E. Choroba"
+ ]
},
{
- "id" : "Javier Luque",
"data" : [
[
"Perl 5",
@@ -182,27 +93,28 @@
1
]
],
+ "id" : "Javier Luque",
"name" : "Javier Luque"
},
{
- "name" : "Noud",
+ "id" : "Noud",
"data" : [
[
"Perl 6",
2
]
],
- "id" : "Noud"
+ "name" : "Noud"
},
{
- "id" : "Pete Houston",
+ "name" : "Pete Houston",
"data" : [
[
"Perl 5",
1
]
],
- "name" : "Pete Houston"
+ "id" : "Pete Houston"
},
{
"id" : "Roger Bell West",
@@ -219,7 +131,7 @@
"name" : "Roger Bell West"
},
{
- "id" : "Ryan Thompson",
+ "name" : "Ryan Thompson",
"data" : [
[
"Perl 5",
@@ -230,7 +142,7 @@
2
]
],
- "name" : "Ryan Thompson"
+ "id" : "Ryan Thompson"
},
{
"name" : "Saif Ahmed",
@@ -243,25 +155,132 @@
]
},
{
- "name" : "Simon Proctor",
"id" : "Simon Proctor",
"data" : [
[
"Perl 6",
2
]
- ]
+ ],
+ "name" : "Simon Proctor"
},
{
- "name" : "Steven Wilson",
"id" : "Steven Wilson",
"data" : [
[
"Perl 5",
1
]
- ]
+ ],
+ "name" : "Steven Wilson"
}
]
+ },
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ },
+ "borderWidth" : 0
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 14] Last updated at 2019-12-14 21:08:41 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "series" : [
+ {
+ "colorByPoint" : 1,
+ "data" : [
+ {
+ "name" : "Andrezgz",
+ "drilldown" : "Andrezgz",
+ "y" : 2
+ },
+ {
+ "drilldown" : "Arne Sommer",
+ "y" : 3,
+ "name" : "Arne Sommer"
+ },
+ {
+ "drilldown" : "Daniel Mita",
+ "y" : 2,
+ "name" : "Daniel Mita"
+ },
+ {
+ "drilldown" : "Dave Jacoby",
+ "y" : 3,
+ "name" : "Dave Jacoby"
+ },
+ {
+ "name" : "Duane Powell",
+ "y" : 2,
+ "drilldown" : "Duane Powell"
+ },
+ {
+ "name" : "E. Choroba",
+ "drilldown" : "E. Choroba",
+ "y" : 3
+ },
+ {
+ "name" : "Javier Luque",
+ "drilldown" : "Javier Luque",
+ "y" : 5
+ },
+ {
+ "name" : "Noud",
+ "drilldown" : "Noud",
+ "y" : 2
+ },
+ {
+ "name" : "Pete Houston",
+ "drilldown" : "Pete Houston",
+ "y" : 1
+ },
+ {
+ "y" : 4,
+ "drilldown" : "Roger Bell West",
+ "name" : "Roger Bell West"
+ },
+ {
+ "name" : "Ryan Thompson",
+ "y" : 4,
+ "drilldown" : "Ryan Thompson"
+ },
+ {
+ "name" : "Saif Ahmed",
+ "y" : 2,
+ "drilldown" : "Saif Ahmed"
+ },
+ {
+ "y" : 2,
+ "drilldown" : "Simon Proctor",
+ "name" : "Simon Proctor"
+ },
+ {
+ "y" : 1,
+ "drilldown" : "Steven Wilson",
+ "name" : "Steven Wilson"
+ }
+ ],
+ "name" : "Perl Weekly Challenge - 038"
+ }
+ ],
+ "xAxis" : {
+ "type" : "category"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 038"
}
}