aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-18 10:17:32 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-18 10:17:32 +0100
commit5b26df6511449ebb59d221cf9250002d454cddc7 (patch)
treee6cefcd4e54381c8fadde0aff803c3dbf95a7ed3 /stats/pwc-current.json
parent238a3e65aba05e1c791f17ea01941b54b78cba7f (diff)
downloadperlweeklychallenge-club-5b26df6511449ebb59d221cf9250002d454cddc7.tar.gz
perlweeklychallenge-club-5b26df6511449ebb59d221cf9250002d454cddc7.tar.bz2
perlweeklychallenge-club-5b26df6511449ebb59d221cf9250002d454cddc7.zip
- Added solutions by Niels van Dijke.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json97
1 files changed, 56 insertions, 41 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index c9beebbc37..ac7902f159 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,16 +1,12 @@
{
- "subtitle" : {
- "text" : "[Champions: 4] Last updated at 2021-05-18 09:04:39 GMT"
- },
- "legend" : {
- "enabled" : 0
- },
"series" : [
{
+ "colorByPoint" : 1,
+ "name" : "Perl Weekly Challenge - 113",
"data" : [
{
- "y" : 2,
"drilldown" : "Dave Jacoby",
+ "y" : 2,
"name" : "Dave Jacoby"
},
{
@@ -19,76 +15,79 @@
"drilldown" : "James Smith"
},
{
- "name" : "Mark Anderson",
"y" : 2,
- "drilldown" : "Mark Anderson"
+ "drilldown" : "Mark Anderson",
+ "name" : "Mark Anderson"
},
{
+ "y" : 2,
+ "drilldown" : "Niels van Dijke",
+ "name" : "Niels van Dijke"
+ },
+ {
+ "name" : "Simon Green",
"y" : 3,
- "drilldown" : "Simon Green",
- "name" : "Simon Green"
+ "drilldown" : "Simon Green"
}
- ],
- "colorByPoint" : 1,
- "name" : "Perl Weekly Challenge - 113"
+ ]
}
],
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- }
- }
+ "chart" : {
+ "type" : "column"
},
- "title" : {
- "text" : "Perl Weekly Challenge - 113"
+ "legend" : {
+ "enabled" : 0
},
- "tooltip" : {
- "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/>",
- "followPointer" : 1
+ "subtitle" : {
+ "text" : "[Champions: 5] Last updated at 2021-05-18 09:17:04 GMT"
},
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "title" : {
+ "text" : "Perl Weekly Challenge - 113"
},
"drilldown" : {
"series" : [
{
- "name" : "Dave Jacoby",
"id" : "Dave Jacoby",
"data" : [
[
"Perl",
2
]
- ]
+ ],
+ "name" : "Dave Jacoby"
},
{
- "name" : "James Smith",
"data" : [
[
"Perl",
2
]
],
- "id" : "James Smith"
+ "id" : "James Smith",
+ "name" : "James Smith"
},
{
+ "id" : "Mark Anderson",
"data" : [
[
"Raku",
2
]
],
- "id" : "Mark Anderson",
"name" : "Mark Anderson"
},
{
- "id" : "Simon Green",
+ "name" : "Niels van Dijke",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ],
+ "id" : "Niels van Dijke"
+ },
+ {
+ "name" : "Simon Green",
"data" : [
[
"Perl",
@@ -99,14 +98,30 @@
1
]
],
- "name" : "Simon Green"
+ "id" : "Simon Green"
}
]
},
- "chart" : {
- "type" : "column"
+ "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/>"
+ },
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ },
+ "borderWidth" : 0
+ }
},
"xAxis" : {
"type" : "category"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
}
}