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.json91
1 files changed, 53 insertions, 38 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index c5d211e800..2c5fc28ba5 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,6 +1,14 @@
{
+ "title" : {
+ "text" : "Perl Weekly Challenge - 006"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
"series" : [
{
+ "colorByPoint" : 1,
+ "name" : "Champions",
"data" : [
{
"name" : "Alicia Bielsa",
@@ -8,60 +16,60 @@
"drilldown" : "Alicia Bielsa"
},
{
- "name" : "Athanasius",
"y" : 2,
- "drilldown" : "Athanasius"
+ "name" : "Andrezgz",
+ "drilldown" : "Andrezgz"
+ },
+ {
+ "drilldown" : "Athanasius",
+ "name" : "Athanasius",
+ "y" : 2
},
{
- "y" : 2,
"drilldown" : "Gustavo Chaves",
+ "y" : 2,
"name" : "Gustavo Chaves"
},
{
- "y" : 4,
"drilldown" : "Joelle Maslak",
- "name" : "Joelle Maslak"
+ "name" : "Joelle Maslak",
+ "y" : 4
},
{
- "name" : "Simon Proctor",
"drilldown" : "Simon Proctor",
- "y" : 1
+ "y" : 1,
+ "name" : "Simon Proctor"
},
{
+ "drilldown" : "Tim Smith",
"name" : "Tim Smith",
- "y" : 2,
- "drilldown" : "Tim Smith"
+ "y" : 2
}
- ],
- "colorByPoint" : 1,
- "name" : "Champions"
+ ]
}
],
- "xAxis" : {
- "type" : "category"
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
},
"chart" : {
"type" : "column"
},
- "legend" : {
- "enabled" : 0
- },
- "tooltip" : {
- "followPointer" : 1,
- "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
- "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
+ "xAxis" : {
+ "type" : "category"
},
"drilldown" : {
"series" : [
{
+ "id" : "Alicia Bielsa",
+ "name" : "Alicia Bielsa",
"data" : [
[
"Perl 5",
1
]
- ],
- "id" : "Alicia Bielsa",
- "name" : "Alicia Bielsa"
+ ]
},
{
"data" : [
@@ -70,18 +78,28 @@
2
]
],
+ "name" : "Andrezgz",
+ "id" : "Andrezgz"
+ },
+ {
"id" : "Athanasius",
- "name" : "Athanasius"
+ "name" : "Athanasius",
+ "data" : [
+ [
+ "Perl 5",
+ 2
+ ]
+ ]
},
{
- "name" : "Gustavo Chaves",
+ "id" : "Gustavo Chaves",
"data" : [
[
"Perl 5",
2
]
],
- "id" : "Gustavo Chaves"
+ "name" : "Gustavo Chaves"
},
{
"id" : "Joelle Maslak",
@@ -108,24 +126,21 @@
"id" : "Simon Proctor"
},
{
- "id" : "Tim Smith",
+ "name" : "Tim Smith",
"data" : [
[
"Perl 6",
2
]
],
- "name" : "Tim Smith"
+ "id" : "Tim Smith"
}
]
},
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "subtitle" : {
- "text" : "[Champions: 6] Last updated at 2019-05-01 15:07:54 GMT"
+ "tooltip" : {
+ "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
+ "followPointer" : 1,
+ "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
},
"plotOptions" : {
"series" : {
@@ -136,7 +151,7 @@
"borderWidth" : 0
}
},
- "title" : {
- "text" : "Perl Weekly Challenge - 006"
+ "subtitle" : {
+ "text" : "[Champions: 7] Last updated at 2019-05-01 15:12:47 GMT"
}
}