aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-12 09:30:20 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-12 09:30:20 +0100
commit56dff1e5a018f8d2ca229494d30d56294c677a40 (patch)
tree4ebc75bbdb6caed6b07037b245a641565d7cc1d6 /stats/pwc-current.json
parent1002781982cf4d8ec8d613cf249e2534ed9ad235 (diff)
downloadperlweeklychallenge-club-56dff1e5a018f8d2ca229494d30d56294c677a40.tar.gz
perlweeklychallenge-club-56dff1e5a018f8d2ca229494d30d56294c677a40.tar.bz2
perlweeklychallenge-club-56dff1e5a018f8d2ca229494d30d56294c677a40.zip
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json201
1 files changed, 108 insertions, 93 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index d4c47c7a66..d549fb3b6c 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,16 +1,90 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge - 112"
+ "xAxis" : {
+ "type" : "category"
+ },
+ "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/>"
+ },
+ "series" : [
+ {
+ "name" : "Perl Weekly Challenge - 112",
+ "data" : [
+ {
+ "drilldown" : "Dave Jacoby",
+ "name" : "Dave Jacoby",
+ "y" : 3
+ },
+ {
+ "y" : 2,
+ "name" : "E. Choroba",
+ "drilldown" : "E. Choroba"
+ },
+ {
+ "y" : 2,
+ "name" : "Feng Chang",
+ "drilldown" : "Feng Chang"
+ },
+ {
+ "name" : "Flavio Poletti",
+ "drilldown" : "Flavio Poletti",
+ "y" : 4
+ },
+ {
+ "y" : 2,
+ "name" : "James Smith",
+ "drilldown" : "James Smith"
+ },
+ {
+ "name" : "Luca Ferrari",
+ "drilldown" : "Luca Ferrari",
+ "y" : 4
+ },
+ {
+ "name" : "Mark Anderson",
+ "drilldown" : "Mark Anderson",
+ "y" : 2
+ },
+ {
+ "name" : "Roger Bell_West",
+ "drilldown" : "Roger Bell_West",
+ "y" : 4
+ },
+ {
+ "name" : "Stuart Little",
+ "drilldown" : "Stuart Little",
+ "y" : 4
+ },
+ {
+ "drilldown" : "Ulrich Rieke",
+ "name" : "Ulrich Rieke",
+ "y" : 2
+ }
+ ],
+ "colorByPoint" : 1
+ }
+ ],
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
},
"plotOptions" : {
"series" : {
"dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
+ "format" : "{point.y}",
+ "enabled" : 1
},
"borderWidth" : 0
}
},
+ "legend" : {
+ "enabled" : 0
+ },
+ "chart" : {
+ "type" : "column"
+ },
"drilldown" : {
"series" : [
{
@@ -24,15 +98,15 @@
1
]
],
- "id" : "Dave Jacoby",
- "name" : "Dave Jacoby"
+ "name" : "Dave Jacoby",
+ "id" : "Dave Jacoby"
},
{
- "name" : "Feng Chang",
- "id" : "Feng Chang",
+ "id" : "E. Choroba",
+ "name" : "E. Choroba",
"data" : [
[
- "Raku",
+ "Perl",
2
]
]
@@ -40,6 +114,17 @@
{
"data" : [
[
+ "Raku",
+ 2
+ ]
+ ],
+ "name" : "Feng Chang",
+ "id" : "Feng Chang"
+ },
+ {
+ "id" : "Flavio Poletti",
+ "data" : [
+ [
"Perl",
2
],
@@ -48,20 +133,20 @@
2
]
],
- "id" : "Flavio Poletti",
"name" : "Flavio Poletti"
},
{
+ "name" : "James Smith",
"data" : [
[
"Perl",
2
]
],
- "id" : "James Smith",
- "name" : "James Smith"
+ "id" : "James Smith"
},
{
+ "name" : "Luca Ferrari",
"data" : [
[
"Raku",
@@ -72,21 +157,19 @@
2
]
],
- "id" : "Luca Ferrari",
- "name" : "Luca Ferrari"
+ "id" : "Luca Ferrari"
},
{
+ "id" : "Mark Anderson",
+ "name" : "Mark Anderson",
"data" : [
[
"Raku",
2
]
- ],
- "name" : "Mark Anderson",
- "id" : "Mark Anderson"
+ ]
},
{
- "name" : "Roger Bell_West",
"id" : "Roger Bell_West",
"data" : [
[
@@ -97,9 +180,11 @@
"Raku",
2
]
- ]
+ ],
+ "name" : "Roger Bell_West"
},
{
+ "name" : "Stuart Little",
"data" : [
[
"Perl",
@@ -110,8 +195,7 @@
2
]
],
- "id" : "Stuart Little",
- "name" : "Stuart Little"
+ "id" : "Stuart Little"
},
{
"id" : "Ulrich Rieke",
@@ -129,79 +213,10 @@
}
]
},
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "xAxis" : {
- "type" : "category"
- },
"subtitle" : {
- "text" : "[Champions: 9] Last updated at 2021-05-11 10:28:20 GMT"
- },
- "series" : [
- {
- "name" : "Perl Weekly Challenge - 112",
- "colorByPoint" : 1,
- "data" : [
- {
- "name" : "Dave Jacoby",
- "y" : 3,
- "drilldown" : "Dave Jacoby"
- },
- {
- "y" : 2,
- "name" : "Feng Chang",
- "drilldown" : "Feng Chang"
- },
- {
- "name" : "Flavio Poletti",
- "y" : 4,
- "drilldown" : "Flavio Poletti"
- },
- {
- "drilldown" : "James Smith",
- "name" : "James Smith",
- "y" : 2
- },
- {
- "drilldown" : "Luca Ferrari",
- "y" : 4,
- "name" : "Luca Ferrari"
- },
- {
- "drilldown" : "Mark Anderson",
- "name" : "Mark Anderson",
- "y" : 2
- },
- {
- "drilldown" : "Roger Bell_West",
- "y" : 4,
- "name" : "Roger Bell_West"
- },
- {
- "y" : 4,
- "name" : "Stuart Little",
- "drilldown" : "Stuart Little"
- },
- {
- "y" : 2,
- "name" : "Ulrich Rieke",
- "drilldown" : "Ulrich Rieke"
- }
- ]
- }
- ],
- "tooltip" : {
- "followPointer" : 1,
- "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
- "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
+ "text" : "[Champions: 10] Last updated at 2021-05-12 08:29:57 GMT"
},
- "legend" : {
- "enabled" : 0
+ "title" : {
+ "text" : "Perl Weekly Challenge - 112"
}
}