aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-04-09 14:35:42 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-04-09 14:35:42 +0100
commit46e6fd17e344dc68db086512faf91841035e4ba4 (patch)
tree1295699b39aa74625399ed502b6bfe678dba6908
parentb327a3413acd043be4ee46622ed1fd32bcfa9ca8 (diff)
downloadperlweeklychallenge-club-46e6fd17e344dc68db086512faf91841035e4ba4.tar.gz
perlweeklychallenge-club-46e6fd17e344dc68db086512faf91841035e4ba4.tar.bz2
perlweeklychallenge-club-46e6fd17e344dc68db086512faf91841035e4ba4.zip
- Updated chart stats.
-rw-r--r--stats/pwc-current.json166
-rw-r--r--stats/pwc-summary-1-30.json106
-rw-r--r--stats/pwc-summary-31-60.json38
-rw-r--r--stats/pwc-summary-61-90.json30
-rw-r--r--stats/pwc-summary.json184
5 files changed, 277 insertions, 247 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 19f8827543..24b43c8796 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,9 +1,74 @@
{
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ },
+ "borderWidth" : 0
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - CURRENT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
"xAxis" : {
"type" : "category"
},
- "subtitle" : {
- "text" : "[Champions: 5] Last updated at 2019-04-09 10:15:06 GMT"
+ "legend" : {
+ "enabled" : 0
+ },
+ "series" : [
+ {
+ "data" : [
+ {
+ "name" : "Gustavo Chaves",
+ "drilldown" : "Gustavo Chaves",
+ "y" : 1
+ },
+ {
+ "y" : 4,
+ "drilldown" : "Dr James A. Smith",
+ "name" : "Dr James A. Smith"
+ },
+ {
+ "y" : 2,
+ "drilldown" : "Khalid",
+ "name" : "Khalid"
+ },
+ {
+ "y" : 2,
+ "drilldown" : "Lars Balker",
+ "name" : "Lars Balker"
+ },
+ {
+ "name" : "Chenyf",
+ "drilldown" : "Chenyf",
+ "y" : 2
+ },
+ {
+ "drilldown" : "Sergio Iglesias",
+ "y" : 2,
+ "name" : "Sergio Iglesias"
+ },
+ {
+ "name" : "Simon Proctor",
+ "drilldown" : "Simon Proctor",
+ "y" : 2
+ }
+ ],
+ "name" : "Champions",
+ "colorByPoint" : 1
+ }
+ ],
+ "tooltip" : {
+ "followPointer" : 1,
+ "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
+ "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>"
},
"drilldown" : {
"series" : [
@@ -14,10 +79,11 @@
1
]
],
- "name" : "Gustavo Chaves",
- "id" : "Gustavo Chaves"
+ "id" : "Gustavo Chaves",
+ "name" : "Gustavo Chaves"
},
{
+ "name" : "Dr James A. Smith",
"data" : [
[
"Perl 5",
@@ -28,100 +94,64 @@
2
]
],
- "id" : "Dr James A. Smith",
- "name" : "Dr James A. Smith"
+ "id" : "Dr James A. Smith"
},
{
+ "name" : "Khalid",
"data" : [
[
"Perl 5",
2
]
],
- "id" : "Khalid",
- "name" : "Khalid"
+ "id" : "Khalid"
},
{
- "name" : "Lars Balker",
"id" : "Lars Balker",
"data" : [
[
"Perl 5",
2
]
- ]
+ ],
+ "name" : "Lars Balker"
},
{
+ "id" : "Chenyf",
"data" : [
[
"Perl 6",
2
]
],
+ "name" : "Chenyf"
+ },
+ {
+ "id" : "Sergio Iglesias",
+ "data" : [
+ [
+ "Perl 5",
+ 2
+ ]
+ ],
+ "name" : "Sergio Iglesias"
+ },
+ {
+ "name" : "Simon Proctor",
"id" : "Simon Proctor",
- "name" : "Simon Proctor"
+ "data" : [
+ [
+ "Perl 6",
+ 2
+ ]
+ ]
}
]
},
- "legend" : {
- "enabled" : 0
+ "subtitle" : {
+ "text" : "[Champions: 7] Last updated at 2019-04-09 13:34:30 GMT"
},
"chart" : {
"type" : "column"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge - CURRENT"
- },
- "series" : [
- {
- "name" : "Champions",
- "colorByPoint" : 1,
- "data" : [
- {
- "y" : 1,
- "name" : "Gustavo Chaves",
- "drilldown" : "Gustavo Chaves"
- },
- {
- "y" : 4,
- "drilldown" : "Dr James A. Smith",
- "name" : "Dr James A. Smith"
- },
- {
- "drilldown" : "Khalid",
- "name" : "Khalid",
- "y" : 2
- },
- {
- "name" : "Lars Balker",
- "drilldown" : "Lars Balker",
- "y" : 2
- },
- {
- "y" : 2,
- "drilldown" : "Simon Proctor",
- "name" : "Simon Proctor"
- }
- ]
- }
- ],
- "tooltip" : {
- "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
- "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
- "followPointer" : 1
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- }
- }
}
}
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json
index 7cc28fc79b..d09c8d5369 100644
--- a/stats/pwc-summary-1-30.json
+++ b/stats/pwc-summary-1-30.json
@@ -1,4 +1,7 @@
{
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
"plotOptions" : {
"column" : {
"stacking" : "percent"
@@ -7,8 +10,56 @@
"chart" : {
"type" : "column"
},
+ "xAxis" : {
+ "categories" : [
+ "Abigail",
+ "Adam Russell",
+ "Ailbhe Tweedie",
+ "Alex Daniel",
+ "Alexander Karelas",
+ "Alexey Melezhik",
+ "Andrezgz",
+ "Antonio Gamiz",
+ "Arne Sommer",
+ "Arpad Toth",
+ "Athanasius",
+ "Aubrey Quarcoo",
+ "Bill Palmer",
+ "Bob Kleemann",
+ "Daniel Mantovani",
+ "Dave Cross",
+ "Dave Jacoby",
+ "David Kayal",
+ "Doug Schrag",
+ "Duncan C. White",
+ "Eddy HS",
+ "Finley",
+ "Fred Zinn",
+ "Freddie B",
+ "Gustavo Chaves",
+ "Jacques Guinnebault",
+ "Jaime Corchado",
+ "Jaldhar H. Vyas",
+ "Dr James A. Smith",
+ "Jeff"
+ ]
+ },
+ "subtitle" : {
+ "text" : "[Champions: 30] Last updated at 2019-04-09 13:34:47 GMT"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
"series" : [
{
+ "name" : "Perl 5",
"data" : [
0,
4,
@@ -40,8 +91,7 @@
4,
6,
2
- ],
- "name" : "Perl 5"
+ ]
},
{
"name" : "Perl 6",
@@ -78,55 +128,5 @@
0
]
}
- ],
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
- "subtitle" : {
- "text" : "[Champions: 30] Last updated at 2019-04-09 10:16:51 GMT"
- },
- "xAxis" : {
- "categories" : [
- "Abigail",
- "Adam Russell",
- "Ailbhe Tweedie",
- "Alex Daniel",
- "Alexander Karelas",
- "Alexey Melezhik",
- "Andrezgz",
- "Antonio Gamiz",
- "Arne Sommer",
- "Arpad Toth",
- "Athanasius",
- "Aubrey Quarcoo",
- "Bill Palmer",
- "Bob Kleemann",
- "Daniel Mantovani",
- "Dave Cross",
- "Dave Jacoby",
- "David Kayal",
- "Doug Schrag",
- "Duncan C. White",
- "Eddy HS",
- "Finley",
- "Fred Zinn",
- "Freddie B",
- "Gustavo Chaves",
- "Jacques Guinnebault",
- "Jaime Corchado",
- "Jaldhar H. Vyas",
- "Dr James A. Smith",
- "Jeff"
- ]
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- }
+ ]
}
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json
index 1dfc4f07f6..1a5f720fb9 100644
--- a/stats/pwc-summary-31-60.json
+++ b/stats/pwc-summary-31-60.json
@@ -1,4 +1,17 @@
{
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 30] Last updated at 2019-04-09 13:34:47 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
"series" : [
{
"name" : "Perl 5",
@@ -36,6 +49,7 @@
]
},
{
+ "name" : "Perl 6",
"data" : [
1,
0,
@@ -57,7 +71,7 @@
0,
0,
4,
- 2,
+ 4,
0,
4,
0,
@@ -67,19 +81,17 @@
0,
2,
3
- ],
- "name" : "Perl 6"
+ ]
}
],
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
"plotOptions" : {
"column" : {
"stacking" : "percent"
}
},
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
"chart" : {
"type" : "column"
},
@@ -116,17 +128,5 @@
"Ruben Westerberg",
"Sean Meininger"
]
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "subtitle" : {
- "text" : "[Champions: 30] Last updated at 2019-04-09 10:16:51 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
}
}
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json
index ee731d8b4e..54825838bd 100644
--- a/stats/pwc-summary-61-90.json
+++ b/stats/pwc-summary-61-90.json
@@ -1,11 +1,12 @@
{
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
}
},
- "chart" : {
- "type" : "column"
+ "subtitle" : {
+ "text" : "[Champions: 10] Last updated at 2019-04-09 13:34:47 GMT"
},
"tooltip" : {
"shared" : 1,
@@ -13,9 +14,8 @@
},
"series" : [
{
- "name" : "Perl 5",
"data" : [
- 2,
+ 4,
4,
4,
2,
@@ -25,7 +25,8 @@
2,
3,
1
- ]
+ ],
+ "name" : "Perl 5"
},
{
"data" : [
@@ -43,18 +44,17 @@
"name" : "Perl 6"
}
],
- "subtitle" : {
- "text" : "[Champions: 10] Last updated at 2019-04-09 10:16:51 GMT"
- },
"title" : {
"text" : "Perl Weekly Challenge - 2019"
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
}
},
+ "chart" : {
+ "type" : "column"
+ },
"xAxis" : {
"categories" : [
"Sergio Iglesias",
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 683a4a32fe..b48d7b4896 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,6 +1,81 @@
{
+ "xAxis" : {
+ "categories" : [
+ "Abigail",
+ "Adam Russell",
+ "Ailbhe Tweedie",
+ "Alex Daniel",
+ "Alexander Karelas",
+ "Alexey Melezhik",
+ "Andrezgz",
+ "Antonio Gamiz",
+ "Arne Sommer",
+ "Arpad Toth",
+ "Athanasius",
+ "Aubrey Quarcoo",
+ "Bill Palmer",
+ "Bob Kleemann",
+ "Daniel Mantovani",
+ "Dave Cross",
+ "Dave Jacoby",
+ "David Kayal",
+ "Doug Schrag",
+ "Duncan C. White",
+ "Eddy HS",
+ "Finley",
+ "Fred Zinn",
+ "Freddie B",
+ "Gustavo Chaves",
+ "Jacques Guinnebault",
+ "Jaime Corchado",
+ "Jaldhar H. Vyas",
+ "Dr James A. Smith",
+ "Jeff",
+ "Jeremy Carman",
+ "Jim Bacon",
+ "JJ Merelo",
+ "Jo Christian Oterhals",
+ "Joelle Maslak",
+ "John Barrett",
+ "Juan Caballero",
+ "Khalid",
+ "Kian-Meng Ang",
+ "Kivanc Yazan",
+ "Lars Balker",
+ "Laurent Rosenfeld",
+ "Magnus Woldrich",
+ "Mark Senn",
+ "Martin Mugeni",
+ "Matt Latusek",
+ "Maxim Kolodyazhny",
+ "Michael Schaap",
+ "Neil Bowers",
+ "Nick Logan",
+ "Chenyf",
+ "Oleskii Tsvitenov",
+ "Ozzy",
+ "Pavel Jurca",
+ "Pete Houston",
+ "Philippe Bruhat",
+ "Prajith P",
+ "Robert Gratza",
+ "Ruben Westerberg",
+ "Sean Meininger",
+ "Sergio Iglesias",
+ "Simon Proctor",
+ "Simon Reinhardt",
+ "Steve Rogerson",
+ "Steven Lembark",
+ "Steven Wilson",
+ "Tiago Stock",
+ "Tore Andersson",
+ "Veesh Goldman",
+ "William Gilmore"
+ ]
+ },
"series" : [
{
+ "name" : "Perl 5",
"data" : [
0,
4,
@@ -62,7 +137,7 @@
2,
2,
0,
- 2,
+ 4,
4,
4,
2,
@@ -72,10 +147,10 @@
2,
3,
1
- ],
- "name" : "Perl 5"
+ ]
},
{
+ "name" : "Perl 6",
"data" : [
0,
0,
@@ -127,7 +202,7 @@
0,
0,
4,
- 2,
+ 4,
0,
4,
0,
@@ -147,106 +222,31 @@
0,
0,
0
- ],
- "name" : "Perl 6"
+ ]
}
],
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
"tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
+ "chart" : {
+ "type" : "column"
},
"subtitle" : {
- "text" : "[Champions: 70] Last updated at 2019-04-09 10:15:06 GMT"
+ "text" : "[Champions: 70] Last updated at 2019-04-09 13:34:30 GMT"
},
- "xAxis" : {
- "categories" : [
- "Abigail",
- "Adam Russell",
- "Ailbhe Tweedie",
- "Alex Daniel",
- "Alexander Karelas",
- "Alexey Melezhik",
- "Andrezgz",
- "Antonio Gamiz",
- "Arne Sommer",
- "Arpad Toth",
- "Athanasius",
- "Aubrey Quarcoo",
- "Bill Palmer",
- "Bob Kleemann",
- "Daniel Mantovani",
- "Dave Cross",
- "Dave Jacoby",
- "David Kayal",
- "Doug Schrag",
- "Duncan C. White",
- "Eddy HS",
- "Finley",
- "Fred Zinn",
- "Freddie B",
- "Gustavo Chaves",
- "Jacques Guinnebault",
- "Jaime Corchado",
- "Jaldhar H. Vyas",
- "Dr James A. Smith",
- "Jeff",
- "Jeremy Carman",
- "Jim Bacon",
- "JJ Merelo",
- "Jo Christian Oterhals",
- "Joelle Maslak",
- "John Barrett",
- "Juan Caballero",
- "Khalid",
- "Kian-Meng Ang",
- "Kivanc Yazan",
- "Lars Balker",
- "Laurent Rosenfeld",
- "Magnus Woldrich",
- "Mark Senn",
- "Martin Mugeni",
- "Matt Latusek",
- "Maxim Kolodyazhny",
- "Michael Schaap",
- "Neil Bowers",
- "Nick Logan",
- "Chenyf",
- "Oleskii Tsvitenov",
- "Ozzy",
- "Pavel Jurca",
- "Pete Houston",
- "Philippe Bruhat",
- "Prajith P",
- "Robert Gratza",
- "Ruben Westerberg",
- "Sean Meininger",
- "Sergio Iglesias",
- "Simon Proctor",
- "Simon Reinhardt",
- "Steve Rogerson",
- "Steven Lembark",
- "Steven Wilson",
- "Tiago Stock",
- "Tore Andersson",
- "Veesh Goldman",
- "William Gilmore"
- ]
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
},
"title" : {
"text" : "Perl Weekly Challenge - 2019"
},
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : ""
- },
- "min" : 0
- },
- "chart" : {
- "type" : "column"
+ }
}
}