aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-03-18 22:04:40 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-03-18 22:04:40 +0000
commit3efb2f796efcaa664b1248fc67f8d40cc3d547c2 (patch)
treedd2ad31ddea53bc948ece55ed6986b4244217c26 /stats/pwc-current.json
parent98900c00f3cceb4fec92bac2b5ae970096e85623 (diff)
downloadperlweeklychallenge-club-3efb2f796efcaa664b1248fc67f8d40cc3d547c2.tar.gz
perlweeklychallenge-club-3efb2f796efcaa664b1248fc67f8d40cc3d547c2.tar.bz2
perlweeklychallenge-club-3efb2f796efcaa664b1248fc67f8d40cc3d547c2.zip
- Added solutions by Lubos Kolouch.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json173
1 files changed, 94 insertions, 79 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 0d85109105..637c12522e 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,75 +1,107 @@
{
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ }
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 18] Last updated at 2022-03-18 22:02:09 GMT"
+ },
+ "tooltip" : {
+ "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
+ "followPointer" : 1,
+ "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge - 156"
+ },
"legend" : {
"enabled" : 0
},
"series" : [
{
+ "name" : "The Weekly Challenge - 156",
"colorByPoint" : 1,
"data" : [
{
- "drilldown" : "Athanasius",
"name" : "Athanasius",
+ "drilldown" : "Athanasius",
"y" : 4
},
{
- "name" : "Dave Jacoby",
"y" : 3,
+ "name" : "Dave Jacoby",
"drilldown" : "Dave Jacoby"
},
{
- "drilldown" : "E. Choroba",
"name" : "E. Choroba",
+ "drilldown" : "E. Choroba",
"y" : 2
},
{
- "drilldown" : "Flavio Poletti",
"y" : 6,
+ "drilldown" : "Flavio Poletti",
"name" : "Flavio Poletti"
},
{
"y" : 3,
- "name" : "James Smith",
- "drilldown" : "James Smith"
+ "drilldown" : "James Smith",
+ "name" : "James Smith"
},
{
- "name" : "Jorg Sommrey",
"y" : 2,
- "drilldown" : "Jorg Sommrey"
+ "drilldown" : "Jorg Sommrey",
+ "name" : "Jorg Sommrey"
},
{
- "y" : 5,
"name" : "Laurent Rosenfeld",
- "drilldown" : "Laurent Rosenfeld"
+ "drilldown" : "Laurent Rosenfeld",
+ "y" : 5
+ },
+ {
+ "name" : "Lubos Kolouch",
+ "drilldown" : "Lubos Kolouch",
+ "y" : 2
},
{
- "drilldown" : "Luca Ferrari",
"name" : "Luca Ferrari",
+ "drilldown" : "Luca Ferrari",
"y" : 6
},
{
- "drilldown" : "Mark Anderson",
+ "y" : 2,
"name" : "Mark Anderson",
- "y" : 2
+ "drilldown" : "Mark Anderson"
},
{
"drilldown" : "Marton Polgar",
- "y" : 2,
- "name" : "Marton Polgar"
+ "name" : "Marton Polgar",
+ "y" : 2
},
{
- "y" : 2,
"name" : "Mohammad S Anwar",
- "drilldown" : "Mohammad S Anwar"
+ "drilldown" : "Mohammad S Anwar",
+ "y" : 2
},
{
- "name" : "Peter Campbell Smith",
"y" : 3,
- "drilldown" : "Peter Campbell Smith"
+ "drilldown" : "Peter Campbell Smith",
+ "name" : "Peter Campbell Smith"
},
{
- "y" : 2,
"name" : "PokGoPun",
- "drilldown" : "PokGoPun"
+ "drilldown" : "PokGoPun",
+ "y" : 2
},
{
"y" : 4,
@@ -77,60 +109,32 @@
"drilldown" : "Robert DiCicco"
},
{
- "y" : 5,
"name" : "Roger Bell_West",
- "drilldown" : "Roger Bell_West"
+ "drilldown" : "Roger Bell_West",
+ "y" : 5
},
{
+ "y" : 4,
"drilldown" : "Ulrich Rieke",
- "name" : "Ulrich Rieke",
- "y" : 4
+ "name" : "Ulrich Rieke"
},
{
"drilldown" : "W. Luis Mochan",
"name" : "W. Luis Mochan",
"y" : 3
}
- ],
- "name" : "The Weekly Challenge - 156"
+ ]
}
],
- "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
- },
- "xAxis" : {
- "type" : "category"
- },
- "chart" : {
- "type" : "column"
- },
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
- }
- },
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
},
- "title" : {
- "text" : "The Weekly Challenge - 156"
- },
- "subtitle" : {
- "text" : "[Champions: 17] Last updated at 2022-03-18 21:53:09 GMT"
- },
"drilldown" : {
"series" : [
{
"name" : "Athanasius",
- "id" : "Athanasius",
"data" : [
[
"Perl",
@@ -140,9 +144,11 @@
"Raku",
2
]
- ]
+ ],
+ "id" : "Athanasius"
},
{
+ "name" : "Dave Jacoby",
"data" : [
[
"Perl",
@@ -153,21 +159,20 @@
1
]
],
- "id" : "Dave Jacoby",
- "name" : "Dave Jacoby"
+ "id" : "Dave Jacoby"
},
{
- "name" : "E. Choroba",
+ "id" : "E. Choroba",
"data" : [
[
"Perl",
2
]
],
- "id" : "E. Choroba"
+ "name" : "E. Choroba"
},
{
- "name" : "Flavio Poletti",
+ "id" : "Flavio Poletti",
"data" : [
[
"Perl",
@@ -182,10 +187,9 @@
2
]
],
- "id" : "Flavio Poletti"
+ "name" : "Flavio Poletti"
},
{
- "id" : "James Smith",
"data" : [
[
"Perl",
@@ -196,19 +200,22 @@
1
]
],
+ "id" : "James Smith",
"name" : "James Smith"
},
{
- "name" : "Jorg Sommrey",
+ "id" : "Jorg Sommrey",
"data" : [
[
"Perl",
2
]
],
- "id" : "Jorg Sommrey"
+ "name" : "Jorg Sommrey"
},
{
+ "name" : "Laurent Rosenfeld",
+ "id" : "Laurent Rosenfeld",
"data" : [
[
"Perl",
@@ -222,11 +229,21 @@
"Blog",
1
]
+ ]
+ },
+ {
+ "id" : "Lubos Kolouch",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
],
- "id" : "Laurent Rosenfeld",
- "name" : "Laurent Rosenfeld"
+ "name" : "Lubos Kolouch"
},
{
+ "name" : "Luca Ferrari",
+ "id" : "Luca Ferrari",
"data" : [
[
"Raku",
@@ -236,19 +253,17 @@
"Blog",
4
]
- ],
- "id" : "Luca Ferrari",
- "name" : "Luca Ferrari"
+ ]
},
{
"name" : "Mark Anderson",
- "id" : "Mark Anderson",
"data" : [
[
"Raku",
2
]
- ]
+ ],
+ "id" : "Mark Anderson"
},
{
"data" : [
@@ -262,6 +277,7 @@
},
{
"name" : "Mohammad S Anwar",
+ "id" : "Mohammad S Anwar",
"data" : [
[
"Perl",
@@ -271,10 +287,10 @@
"Raku",
1
]
- ],
- "id" : "Mohammad S Anwar"
+ ]
},
{
+ "id" : "Peter Campbell Smith",
"data" : [
[
"Perl",
@@ -285,21 +301,19 @@
1
]
],
- "id" : "Peter Campbell Smith",
"name" : "Peter Campbell Smith"
},
{
+ "id" : "PokGoPun",
"data" : [
[
"Perl",
2
]
],
- "id" : "PokGoPun",
"name" : "PokGoPun"
},
{
- "id" : "Robert DiCicco",
"data" : [
[
"Perl",
@@ -310,11 +324,11 @@
2
]
],
+ "id" : "Robert DiCicco",
"name" : "Robert DiCicco"
},
{
"name" : "Roger Bell_West",
- "id" : "Roger Bell_West",
"data" : [
[
"Perl",
@@ -328,7 +342,8 @@
"Blog",
1
]
- ]
+ ],
+ "id" : "Roger Bell_West"
},
{
"name" : "Ulrich Rieke",
@@ -345,7 +360,6 @@
"id" : "Ulrich Rieke"
},
{
- "id" : "W. Luis Mochan",
"data" : [
[
"Perl",
@@ -356,6 +370,7 @@
1
]
],
+ "id" : "W. Luis Mochan",
"name" : "W. Luis Mochan"
}
]