aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-02-06 04:04:32 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-02-06 04:04:32 +0000
commit710cf37f09771bc542278051b75eda9ba5842715 (patch)
tree989508f8462220d9069653a50927087e0357be69 /stats/pwc-current.json
parenteb81eaa7a8a33ceeacfe9755675bbbf50b95c5b5 (diff)
downloadperlweeklychallenge-club-710cf37f09771bc542278051b75eda9ba5842715.tar.gz
perlweeklychallenge-club-710cf37f09771bc542278051b75eda9ba5842715.tar.bz2
perlweeklychallenge-club-710cf37f09771bc542278051b75eda9ba5842715.zip
- Added blog by Colin Crain.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json175
1 files changed, 95 insertions, 80 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 2ef1fe21f6..9a08f42fd9 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,20 +1,21 @@
{
- "tooltip" : {
- "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/>",
- "followPointer" : 1
- },
- "legend" : {
- "enabled" : 0
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ },
+ "borderWidth" : 0
+ }
},
- "subtitle" : {
- "text" : "[Champions: 17] Last updated at 2021-02-05 13:22:59 GMT"
+ "xAxis" : {
+ "type" : "category"
},
"drilldown" : {
"series" : [
{
- "name" : "Andinus",
"id" : "Andinus",
+ "name" : "Andinus",
"data" : [
[
"Raku",
@@ -27,18 +28,26 @@
]
},
{
- "id" : "Dave Cross",
- "name" : "Dave Cross",
+ "id" : "Colin Crain",
+ "data" : [
+ [
+ "Blog",
+ 1
+ ]
+ ],
+ "name" : "Colin Crain"
+ },
+ {
"data" : [
[
"Perl",
2
]
- ]
+ ],
+ "name" : "Dave Cross",
+ "id" : "Dave Cross"
},
{
- "name" : "Dave Jacoby",
- "id" : "Dave Jacoby",
"data" : [
[
"Perl",
@@ -48,10 +57,11 @@
"Blog",
1
]
- ]
+ ],
+ "name" : "Dave Jacoby",
+ "id" : "Dave Jacoby"
},
{
- "id" : "Flavio Poletti",
"name" : "Flavio Poletti",
"data" : [
[
@@ -62,7 +72,8 @@
"Blog",
2
]
- ]
+ ],
+ "id" : "Flavio Poletti"
},
{
"data" : [
@@ -75,17 +86,16 @@
"id" : "Gustavo Chaves"
},
{
- "id" : "James Smith",
- "name" : "James Smith",
"data" : [
[
"Perl",
2
]
- ]
+ ],
+ "name" : "James Smith",
+ "id" : "James Smith"
},
{
- "id" : "Luca Ferrari",
"name" : "Luca Ferrari",
"data" : [
[
@@ -96,27 +106,28 @@
"Blog",
2
]
- ]
+ ],
+ "id" : "Luca Ferrari"
},
{
+ "id" : "Mark Anderson",
"data" : [
[
"Raku",
2
]
],
- "name" : "Mark Anderson",
- "id" : "Mark Anderson"
+ "name" : "Mark Anderson"
},
{
- "name" : "Nuno Vieira",
"id" : "Nuno Vieira",
"data" : [
[
"Perl",
2
]
- ]
+ ],
+ "name" : "Nuno Vieira"
},
{
"id" : "Paulo Custodio",
@@ -129,8 +140,8 @@
]
},
{
- "name" : "Pete Houston",
"id" : "Pete Houston",
+ "name" : "Pete Houston",
"data" : [
[
"Perl",
@@ -139,16 +150,17 @@
]
},
{
+ "name" : "Philip Hood",
"data" : [
[
"Raku",
2
]
],
- "name" : "Philip Hood",
"id" : "Philip Hood"
},
{
+ "name" : "Roger Bell_West",
"data" : [
[
"Perl",
@@ -163,20 +175,20 @@
1
]
],
- "name" : "Roger Bell_West",
"id" : "Roger Bell_West"
},
{
+ "id" : "Simon Proctor",
"data" : [
[
"Raku",
2
]
],
- "id" : "Simon Proctor",
"name" : "Simon Proctor"
},
{
+ "name" : "Stuart Little",
"data" : [
[
"Perl",
@@ -187,7 +199,6 @@
2
]
],
- "name" : "Stuart Little",
"id" : "Stuart Little"
},
{
@@ -205,6 +216,7 @@
]
},
{
+ "id" : "W. Luis Mochan",
"data" : [
[
"Perl",
@@ -215,48 +227,60 @@
1
]
],
- "name" : "W. Luis Mochan",
- "id" : "W. Luis Mochan"
+ "name" : "W. Luis Mochan"
}
]
},
+ "legend" : {
+ "enabled" : 0
+ },
+ "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/>"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 18] Last updated at 2021-02-06 04:00:47 GMT"
+ },
"title" : {
"text" : "Perl Weekly Challenge - 098"
},
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
- "name" : "Perl Weekly Challenge - 098",
"colorByPoint" : 1,
"data" : [
{
- "y" : 2,
+ "name" : "Andinus",
"drilldown" : "Andinus",
- "name" : "Andinus"
+ "y" : 2
+ },
+ {
+ "y" : 1,
+ "drilldown" : "Colin Crain",
+ "name" : "Colin Crain"
},
{
"drilldown" : "Dave Cross",
- "y" : 2,
- "name" : "Dave Cross"
+ "name" : "Dave Cross",
+ "y" : 2
},
{
- "y" : 3,
"drilldown" : "Dave Jacoby",
- "name" : "Dave Jacoby"
+ "name" : "Dave Jacoby",
+ "y" : 3
},
{
- "name" : "Flavio Poletti",
+ "y" : 4,
"drilldown" : "Flavio Poletti",
- "y" : 4
+ "name" : "Flavio Poletti"
},
{
+ "y" : 2,
"name" : "Gustavo Chaves",
- "drilldown" : "Gustavo Chaves",
- "y" : 2
+ "drilldown" : "Gustavo Chaves"
},
{
"name" : "James Smith",
@@ -264,13 +288,13 @@
"y" : 2
},
{
- "name" : "Luca Ferrari",
+ "y" : 4,
"drilldown" : "Luca Ferrari",
- "y" : 4
+ "name" : "Luca Ferrari"
},
{
- "name" : "Mark Anderson",
"y" : 2,
+ "name" : "Mark Anderson",
"drilldown" : "Mark Anderson"
},
{
@@ -279,24 +303,24 @@
"y" : 2
},
{
- "drilldown" : "Paulo Custodio",
"y" : 2,
- "name" : "Paulo Custodio"
+ "name" : "Paulo Custodio",
+ "drilldown" : "Paulo Custodio"
},
{
+ "name" : "Pete Houston",
"drilldown" : "Pete Houston",
- "y" : 2,
- "name" : "Pete Houston"
+ "y" : 2
},
{
"name" : "Philip Hood",
- "y" : 2,
- "drilldown" : "Philip Hood"
+ "drilldown" : "Philip Hood",
+ "y" : 2
},
{
- "y" : 5,
+ "name" : "Roger Bell_West",
"drilldown" : "Roger Bell_West",
- "name" : "Roger Bell_West"
+ "y" : 5
},
{
"name" : "Simon Proctor",
@@ -304,36 +328,27 @@
"y" : 2
},
{
- "y" : 4,
"drilldown" : "Stuart Little",
- "name" : "Stuart Little"
+ "name" : "Stuart Little",
+ "y" : 4
},
{
- "drilldown" : "Ulrich Rieke",
"y" : 3,
- "name" : "Ulrich Rieke"
+ "name" : "Ulrich Rieke",
+ "drilldown" : "Ulrich Rieke"
},
{
- "drilldown" : "W. Luis Mochan",
"y" : 3,
- "name" : "W. Luis Mochan"
+ "name" : "W. Luis Mochan",
+ "drilldown" : "W. Luis Mochan"
}
- ]
+ ],
+ "name" : "Perl Weekly Challenge - 098"
}
],
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
}
- },
- "chart" : {
- "type" : "column"
- },
- "xAxis" : {
- "type" : "category"
}
}