aboutsummaryrefslogtreecommitdiff
path: root/stats
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-04-14 16:55:29 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-04-14 16:55:29 +0100
commite28817867e324fe0325db382aa0a6c37040ad353 (patch)
treed0d95389bd6520569fb5a783acca32020682a994 /stats
parent25b8a62459aa38671688487137d9a89126b9e607 (diff)
downloadperlweeklychallenge-club-e28817867e324fe0325db382aa0a6c37040ad353.tar.gz
perlweeklychallenge-club-e28817867e324fe0325db382aa0a6c37040ad353.tar.bz2
perlweeklychallenge-club-e28817867e324fe0325db382aa0a6c37040ad353.zip
- Updated chart stats.
Diffstat (limited to 'stats')
-rw-r--r--stats/pwc-current.json187
-rw-r--r--stats/pwc-summary-1-30.json38
-rw-r--r--stats/pwc-summary-31-60.json42
-rw-r--r--stats/pwc-summary-61-90.json56
-rw-r--r--stats/pwc-summary.json42
5 files changed, 190 insertions, 175 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index e9564f80b5..87656d2877 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,60 +1,36 @@
{
- "tooltip" : {
- "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/>",
- "followPointer" : 1
- },
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- },
- "borderWidth" : 0
- }
+ "xAxis" : {
+ "type" : "category"
},
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
},
- "legend" : {
- "enabled" : 0
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 003"
- },
- "subtitle" : {
- "text" : "[Champions: 19] Last updated at 2019-04-14 15:50:41 GMT"
- },
- "xAxis" : {
- "type" : "category"
- },
- "chart" : {
- "type" : "column"
- },
"series" : [
{
+ "name" : "Champions",
+ "colorByPoint" : 1,
"data" : [
{
- "y" : 2,
"drilldown" : "Adam Russell",
+ "y" : 2,
"name" : "Adam Russell"
},
{
"name" : "Andrezgz",
- "y" : 2,
- "drilldown" : "Andrezgz"
+ "drilldown" : "Andrezgz",
+ "y" : 2
},
{
- "y" : 2,
"drilldown" : "Athanasius",
+ "y" : 2,
"name" : "Athanasius"
},
{
"name" : "Clive Holloway",
- "y" : 1,
- "drilldown" : "Clive Holloway"
+ "drilldown" : "Clive Holloway",
+ "y" : 1
},
{
"drilldown" : "Daniel Mantovani",
@@ -67,9 +43,9 @@
"name" : "Duncan C. White"
},
{
+ "drilldown" : "Francis Whittle",
"name" : "Francis Whittle",
- "y" : 2,
- "drilldown" : "Francis Whittle"
+ "y" : 2
},
{
"name" : "Gustavo Chaves",
@@ -77,33 +53,38 @@
"y" : 1
},
{
- "y" : 4,
"drilldown" : "Dr James A. Smith",
+ "y" : 4,
"name" : "Dr James A. Smith"
},
{
+ "name" : "Khalid",
"drilldown" : "Khalid",
- "y" : 2,
- "name" : "Khalid"
+ "y" : 2
},
{
+ "name" : "Kian-Meng Ang",
+ "drilldown" : "Kian-Meng Ang",
+ "y" : 2
+ },
+ {
+ "drilldown" : "Lars Balker",
"name" : "Lars Balker",
- "y" : 2,
- "drilldown" : "Lars Balker"
+ "y" : 2
},
{
- "y" : 2,
"drilldown" : "Mark Senn",
+ "y" : 2,
"name" : "Mark Senn"
},
{
- "name" : "Nick Logan",
"drilldown" : "Nick Logan",
+ "name" : "Nick Logan",
"y" : 4
},
{
- "name" : "Chenyf",
"drilldown" : "Chenyf",
+ "name" : "Chenyf",
"y" : 2
},
{
@@ -112,75 +93,99 @@
"name" : "Robert Gratza"
},
{
+ "name" : "Ruben Westerberg",
"drilldown" : "Ruben Westerberg",
- "y" : 4,
- "name" : "Ruben Westerberg"
+ "y" : 4
},
{
- "y" : 2,
+ "name" : "Sergio Iglesias",
"drilldown" : "Sergio Iglesias",
- "name" : "Sergio Iglesias"
+ "y" : 2
},
{
- "y" : 2,
"drilldown" : "Simon Proctor",
- "name" : "Simon Proctor"
+ "name" : "Simon Proctor",
+ "y" : 2
},
{
"name" : "Steve Rogerson",
"drilldown" : "Steve Rogerson",
"y" : 1
}
- ],
- "name" : "Champions",
- "colorByPoint" : 1
+ ]
}
],
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 20] Last updated at 2019-04-14 15:55:05 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 003"
+ },
+ "tooltip" : {
+ "pointerFormat" : "<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/>"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
"drilldown" : {
"series" : [
{
"name" : "Adam Russell",
+ "id" : "Adam Russell",
"data" : [
[
"Perl 5",
2
]
- ],
- "id" : "Adam Russell"
+ ]
},
{
- "name" : "Andrezgz",
+ "id" : "Andrezgz",
"data" : [
[
"Perl 5",
2
]
],
- "id" : "Andrezgz"
+ "name" : "Andrezgz"
},
{
"name" : "Athanasius",
+ "id" : "Athanasius",
"data" : [
[
"Perl 5",
2
]
- ],
- "id" : "Athanasius"
+ ]
},
{
- "name" : "Clive Holloway",
+ "id" : "Clive Holloway",
"data" : [
[
"Perl 5",
1
]
],
- "id" : "Clive Holloway"
+ "name" : "Clive Holloway"
},
{
- "id" : "Daniel Mantovani",
"name" : "Daniel Mantovani",
+ "id" : "Daniel Mantovani",
"data" : [
[
"Perl 5",
@@ -190,35 +195,36 @@
},
{
"name" : "Duncan C. White",
+ "id" : "Duncan C. White",
"data" : [
[
"Perl 5",
2
]
- ],
- "id" : "Duncan C. White"
+ ]
},
{
- "id" : "Francis Whittle",
- "name" : "Francis Whittle",
"data" : [
[
"Perl 6",
2
]
- ]
+ ],
+ "id" : "Francis Whittle",
+ "name" : "Francis Whittle"
},
{
"id" : "Gustavo Chaves",
- "name" : "Gustavo Chaves",
"data" : [
[
"Perl 5",
1
]
- ]
+ ],
+ "name" : "Gustavo Chaves"
},
{
+ "name" : "Dr James A. Smith",
"id" : "Dr James A. Smith",
"data" : [
[
@@ -229,12 +235,21 @@
"Perl 6",
2
]
- ],
- "name" : "Dr James A. Smith"
+ ]
},
{
+ "data" : [
+ [
+ "Perl 5",
+ 2
+ ]
+ ],
"id" : "Khalid",
- "name" : "Khalid",
+ "name" : "Khalid"
+ },
+ {
+ "name" : "Kian-Meng Ang",
+ "id" : "Kian-Meng Ang",
"data" : [
[
"Perl 5",
@@ -259,11 +274,11 @@
2
]
],
- "name" : "Mark Senn",
- "id" : "Mark Senn"
+ "id" : "Mark Senn",
+ "name" : "Mark Senn"
},
{
- "id" : "Nick Logan",
+ "name" : "Nick Logan",
"data" : [
[
"Perl 5",
@@ -274,29 +289,30 @@
2
]
],
- "name" : "Nick Logan"
+ "id" : "Nick Logan"
},
{
- "id" : "Chenyf",
"data" : [
[
"Perl 6",
2
]
],
+ "id" : "Chenyf",
"name" : "Chenyf"
},
{
- "id" : "Robert Gratza",
+ "name" : "Robert Gratza",
"data" : [
[
"Perl 6",
2
]
],
- "name" : "Robert Gratza"
+ "id" : "Robert Gratza"
},
{
+ "name" : "Ruben Westerberg",
"data" : [
[
"Perl 5",
@@ -307,38 +323,37 @@
2
]
],
- "name" : "Ruben Westerberg",
"id" : "Ruben Westerberg"
},
{
- "id" : "Sergio Iglesias",
"data" : [
[
"Perl 5",
2
]
],
+ "id" : "Sergio Iglesias",
"name" : "Sergio Iglesias"
},
{
- "id" : "Simon Proctor",
- "name" : "Simon Proctor",
"data" : [
[
"Perl 6",
2
]
- ]
+ ],
+ "id" : "Simon Proctor",
+ "name" : "Simon Proctor"
},
{
"name" : "Steve Rogerson",
+ "id" : "Steve Rogerson",
"data" : [
[
"Perl 5",
1
]
- ],
- "id" : "Steve Rogerson"
+ ]
}
]
}
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json
index 3c0d7f86b4..8f06faecc7 100644
--- a/stats/pwc-summary-1-30.json
+++ b/stats/pwc-summary-1-30.json
@@ -1,13 +1,6 @@
{
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "subtitle" : {
- "text" : "[Champions: 30] Last updated at 2019-04-14 15:50:42 GMT"
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
},
"yAxis" : {
"title" : {
@@ -15,6 +8,18 @@
},
"min" : 0
},
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"series" : [
{
"data" : [
@@ -52,6 +57,7 @@
"name" : "Perl 5"
},
{
+ "name" : "Perl 6",
"data" : [
0,
0,
@@ -83,10 +89,12 @@
0,
0,
4
- ],
- "name" : "Perl 6"
+ ]
}
],
+ "subtitle" : {
+ "text" : "[Champions: 30] Last updated at 2019-04-14 15:55:06 GMT"
+ },
"xAxis" : {
"categories" : [
"Abigail",
@@ -120,13 +128,5 @@
"Jaime Corchado",
"Jaldhar H. Vyas"
]
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
}
}
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json
index 578b2bbf1a..ab8aa23402 100644
--- a/stats/pwc-summary-31-60.json
+++ b/stats/pwc-summary-31-60.json
@@ -1,4 +1,22 @@
{
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
"series" : [
{
"data" : [
@@ -12,7 +30,7 @@
3,
2,
4,
- 4,
+ 6,
2,
6,
4,
@@ -71,29 +89,11 @@
]
}
],
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
- "subtitle" : {
- "text" : "[Champions: 30] Last updated at 2019-04-14 15:50:42 GMT"
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
"chart" : {
"type" : "column"
},
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
+ "subtitle" : {
+ "text" : "[Champions: 30] Last updated at 2019-04-14 15:55:06 GMT"
},
"xAxis" : {
"categories" : [
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json
index b17223badc..4229d75d8b 100644
--- a/stats/pwc-summary-61-90.json
+++ b/stats/pwc-summary-61-90.json
@@ -1,6 +1,25 @@
{
+ "xAxis" : {
+ "categories" : [
+ "Ruben Westerberg",
+ "Sean Meininger",
+ "Sergio Iglesias",
+ "Simon Proctor",
+ "Simon Reinhardt",
+ "Steve Rogerson",
+ "Steven Lembark",
+ "Steven Wilson",
+ "Tiago Stock",
+ "Tore Andersson",
+ "Veesh Goldman",
+ "William Gilmore"
+ ]
+ },
"subtitle" : {
- "text" : "[Champions: 12] Last updated at 2019-04-14 15:50:42 GMT"
+ "text" : "[Champions: 12] Last updated at 2019-04-14 15:55:06 GMT"
+ },
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
@@ -21,7 +40,6 @@
"name" : "Perl 5"
},
{
- "name" : "Perl 6",
"data" : [
4,
3,
@@ -35,18 +53,10 @@
0,
0,
0
- ]
+ ],
+ "name" : "Perl 6"
}
],
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
- "chart" : {
- "type" : "column"
- },
"tooltip" : {
"pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
"shared" : 1
@@ -56,23 +66,13 @@
"stacking" : "percent"
}
},
- "xAxis" : {
- "categories" : [
- "Ruben Westerberg",
- "Sean Meininger",
- "Sergio Iglesias",
- "Simon Proctor",
- "Simon Reinhardt",
- "Steve Rogerson",
- "Steven Lembark",
- "Steven Wilson",
- "Tiago Stock",
- "Tore Andersson",
- "Veesh Goldman",
- "William Gilmore"
- ]
- },
"title" : {
"text" : "Perl Weekly Challenge - 2019"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
}
}
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 4556a6c194..332afce68b 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,6 +1,20 @@
{
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 72] Last updated at 2019-04-14 15:55:05 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
"series" : [
{
+ "name" : "Perl 5",
"data" : [
0,
6,
@@ -42,7 +56,7 @@
3,
2,
4,
- 4,
+ 6,
2,
6,
4,
@@ -74,8 +88,7 @@
2,
3,
1
- ],
- "name" : "Perl 5"
+ ]
},
{
"data" : [
@@ -155,8 +168,10 @@
"name" : "Perl 6"
}
],
- "chart" : {
- "type" : "column"
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
},
"xAxis" : {
"categories" : [
@@ -234,25 +249,10 @@
"William Gilmore"
]
},
- "subtitle" : {
- "text" : "[Champions: 72] Last updated at 2019-04-14 15:50:41 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : ""
- },
- "min" : 0
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
}
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
}
}