aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-04 21:04:19 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-04 21:04:19 +0100
commit5a5bcc765fe4f27ae869e77c3fd1732fe5cdc389 (patch)
treef8e5f30d5c74a3fabf5d7fdceba910ed689a0e03 /stats/pwc-current.json
parenta8b0a9d6c302b35dfdb94f21b696718c914e74b5 (diff)
downloadperlweeklychallenge-club-5a5bcc765fe4f27ae869e77c3fd1732fe5cdc389.tar.gz
perlweeklychallenge-club-5a5bcc765fe4f27ae869e77c3fd1732fe5cdc389.tar.bz2
perlweeklychallenge-club-5a5bcc765fe4f27ae869e77c3fd1732fe5cdc389.zip
- Added solutions by James Smith.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json117
1 files changed, 66 insertions, 51 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index a2c00ba6ea..e7cd2b2883 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,25 +1,30 @@
{
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ }
}
},
- "xAxis" : {
- "type" : "category"
- },
- "legend" : {
- "enabled" : 0
+ "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
},
- "subtitle" : {
- "text" : "[Champions: 8] Last updated at 2021-05-04 18:36:16 GMT"
+ "title" : {
+ "text" : "Perl Weekly Challenge - 111"
},
"series" : [
{
+ "colorByPoint" : 1,
+ "name" : "Perl Weekly Challenge - 111",
"data" : [
{
- "drilldown" : "Cheok-Yin Fung",
"name" : "Cheok-Yin Fung",
- "y" : 2
+ "y" : 2,
+ "drilldown" : "Cheok-Yin Fung"
},
{
"drilldown" : "E. Choroba",
@@ -27,14 +32,19 @@
"y" : 2
},
{
- "y" : 2,
"name" : "Feng Chang",
+ "y" : 2,
"drilldown" : "Feng Chang"
},
{
+ "name" : "James Smith",
+ "y" : 2,
+ "drilldown" : "James Smith"
+ },
+ {
"drilldown" : "Luca Ferrari",
- "name" : "Luca Ferrari",
- "y" : 4
+ "y" : 4,
+ "name" : "Luca Ferrari"
},
{
"drilldown" : "Mark Anderson",
@@ -47,20 +57,35 @@
"drilldown" : "Niels van Dijke"
},
{
+ "drilldown" : "Roger Bell_West",
"name" : "Roger Bell_West",
- "y" : 4,
- "drilldown" : "Roger Bell_West"
+ "y" : 4
},
{
"drilldown" : "Stuart Little",
- "name" : "Stuart Little",
- "y" : 4
+ "y" : 4,
+ "name" : "Stuart Little"
}
- ],
- "name" : "Perl Weekly Challenge - 111",
- "colorByPoint" : 1
+ ]
}
],
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 9] Last updated at 2021-05-04 20:03:30 GMT"
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
"drilldown" : {
"series" : [
{
@@ -74,26 +99,37 @@
]
},
{
- "id" : "E. Choroba",
"data" : [
[
"Perl",
2
]
],
- "name" : "E. Choroba"
+ "name" : "E. Choroba",
+ "id" : "E. Choroba"
},
{
- "id" : "Feng Chang",
"data" : [
[
"Raku",
2
]
],
- "name" : "Feng Chang"
+ "name" : "Feng Chang",
+ "id" : "Feng Chang"
+ },
+ {
+ "name" : "James Smith",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ],
+ "id" : "James Smith"
},
{
+ "name" : "Luca Ferrari",
"data" : [
[
"Raku",
@@ -104,18 +140,17 @@
2
]
],
- "name" : "Luca Ferrari",
"id" : "Luca Ferrari"
},
{
- "id" : "Mark Anderson",
"data" : [
[
"Raku",
2
]
],
- "name" : "Mark Anderson"
+ "name" : "Mark Anderson",
+ "id" : "Mark Anderson"
},
{
"id" : "Niels van Dijke",
@@ -128,7 +163,6 @@
]
},
{
- "id" : "Roger Bell_West",
"data" : [
[
"Perl",
@@ -139,7 +173,8 @@
2
]
],
- "name" : "Roger Bell_West"
+ "name" : "Roger Bell_West",
+ "id" : "Roger Bell_West"
},
{
"id" : "Stuart Little",
@@ -156,25 +191,5 @@
"name" : "Stuart Little"
}
]
- },
- "chart" : {
- "type" : "column"
- },
- "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
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- }
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 111"
}
}