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.json125
1 files changed, 72 insertions, 53 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 30ca0b50b5..3823405258 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,10 +1,26 @@
{
- "chart" : {
- "type" : "column"
+ "title" : {
+ "text" : "Perl Weekly Challenge - 042"
},
"legend" : {
"enabled" : 0
},
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
+ "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"
+ },
"plotOptions" : {
"series" : {
"borderWidth" : 0,
@@ -14,17 +30,12 @@
}
}
},
- "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/>"
- },
"series" : [
{
"data" : [
{
- "y" : 2,
"name" : "Daniel Mita",
+ "y" : 2,
"drilldown" : "Daniel Mita"
},
{
@@ -33,70 +44,66 @@
"name" : "Javier Luque"
},
{
- "name" : "Kivanc Yazan",
+ "drilldown" : "Kivanc Yazan",
"y" : 2,
- "drilldown" : "Kivanc Yazan"
+ "name" : "Kivanc Yazan"
},
{
"drilldown" : "Markus Holzer",
- "y" : 2,
- "name" : "Markus Holzer"
+ "name" : "Markus Holzer",
+ "y" : 2
},
{
- "name" : "Nazareno Delucca",
"y" : 2,
+ "name" : "Nazareno Delucca",
"drilldown" : "Nazareno Delucca"
},
{
- "drilldown" : "Simon Proctor",
+ "name" : "Roger Bell West",
+ "y" : 4,
+ "drilldown" : "Roger Bell West"
+ },
+ {
+ "y" : 2,
"name" : "Simon Proctor",
- "y" : 2
+ "drilldown" : "Simon Proctor"
},
{
- "drilldown" : "Ulrich Rieke",
"name" : "Ulrich Rieke",
- "y" : 2
+ "y" : 2,
+ "drilldown" : "Ulrich Rieke"
},
{
- "y" : 2,
+ "drilldown" : "Walt Mankowski",
"name" : "Walt Mankowski",
- "drilldown" : "Walt Mankowski"
+ "y" : 2
},
{
"drilldown" : "Wanderdoc",
- "y" : 2,
- "name" : "Wanderdoc"
+ "name" : "Wanderdoc",
+ "y" : 2
}
],
- "colorByPoint" : 1,
- "name" : "Perl Weekly Challenge - 042"
+ "name" : "Perl Weekly Challenge - 042",
+ "colorByPoint" : 1
}
],
"subtitle" : {
- "text" : "[Champions: 9] Last updated at 2020-01-07 13:37:56 GMT"
- },
- "xAxis" : {
- "type" : "category"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "text" : "[Champions: 10] Last updated at 2020-01-07 13:42:15 GMT"
},
"drilldown" : {
"series" : [
{
+ "id" : "Daniel Mita",
+ "name" : "Daniel Mita",
"data" : [
[
"Raku",
2
]
- ],
- "id" : "Daniel Mita",
- "name" : "Daniel Mita"
+ ]
},
{
- "id" : "Javier Luque",
"name" : "Javier Luque",
"data" : [
[
@@ -111,47 +118,62 @@
"Blog",
1
]
- ]
+ ],
+ "id" : "Javier Luque"
},
{
"name" : "Kivanc Yazan",
- "id" : "Kivanc Yazan",
"data" : [
[
"Perl",
2
]
- ]
+ ],
+ "id" : "Kivanc Yazan"
},
{
+ "id" : "Markus Holzer",
+ "name" : "Markus Holzer",
"data" : [
[
"Raku",
2
]
- ],
- "id" : "Markus Holzer",
- "name" : "Markus Holzer"
+ ]
},
{
- "id" : "Nazareno Delucca",
"name" : "Nazareno Delucca",
"data" : [
[
"Perl",
2
]
- ]
+ ],
+ "id" : "Nazareno Delucca"
},
{
- "name" : "Simon Proctor",
- "id" : "Simon Proctor",
"data" : [
[
+ "Perl",
+ 2
+ ],
+ [
"Raku",
2
]
- ]
+ ],
+ "name" : "Roger Bell West",
+ "id" : "Roger Bell West"
+ },
+ {
+ "data" : [
+ [
+ "Raku",
+ 2
+ ]
+ ],
+ "name" : "Simon Proctor",
+ "id" : "Simon Proctor"
},
{
"id" : "Ulrich Rieke",
@@ -164,28 +186,25 @@
]
},
{
+ "name" : "Walt Mankowski",
"data" : [
[
"Perl",
2
]
],
- "name" : "Walt Mankowski",
"id" : "Walt Mankowski"
},
{
+ "name" : "Wanderdoc",
"data" : [
[
"Perl",
2
]
],
- "id" : "Wanderdoc",
- "name" : "Wanderdoc"
+ "id" : "Wanderdoc"
}
]
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 042"
}
}