aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-10 12:29:43 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-10 12:29:43 +0100
commitdb79192d2c62c4680c6fda0f0ef3b65c41581e01 (patch)
treedac32de9a6277d36f51bf9f0243976b050c72bb3 /stats/pwc-current.json
parentce8ea1ef30f04a000ce2e37479deeffe62ee19ac (diff)
downloadperlweeklychallenge-club-db79192d2c62c4680c6fda0f0ef3b65c41581e01.tar.gz
perlweeklychallenge-club-db79192d2c62c4680c6fda0f0ef3b65c41581e01.tar.bz2
perlweeklychallenge-club-db79192d2c62c4680c6fda0f0ef3b65c41581e01.zip
- Added solutions by Roger Bell_West.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json71
1 files changed, 45 insertions, 26 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 46e18787dc..8d6b3671b5 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,8 +1,9 @@
{
- "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"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 2] Last updated at 2021-05-10 11:28:24 GMT"
},
"series" : [
{
@@ -10,54 +11,72 @@
"name" : "Perl Weekly Challenge - 112",
"data" : [
{
- "y" : 2,
+ "name" : "Mark Anderson",
"drilldown" : "Mark Anderson",
- "name" : "Mark Anderson"
+ "y" : 2
+ },
+ {
+ "drilldown" : "Roger Bell_West",
+ "name" : "Roger Bell_West",
+ "y" : 4
}
]
}
],
- "title" : {
- "text" : "Perl Weekly Challenge - 112"
- },
- "legend" : {
- "enabled" : 0
- },
- "xAxis" : {
- "type" : "category"
- },
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2021-05-10 10:58:38 GMT"
- },
"plotOptions" : {
"series" : {
- "borderWidth" : 0,
"dataLabels" : {
"enabled" : 1,
"format" : "{point.y}"
- }
+ },
+ "borderWidth" : 0
}
},
"chart" : {
"type" : "column"
},
+ "legend" : {
+ "enabled" : 0
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
"drilldown" : {
"series" : [
{
- "id" : "Mark Anderson",
+ "name" : "Mark Anderson",
+ "data" : [
+ [
+ "Raku",
+ 2
+ ]
+ ],
+ "id" : "Mark Anderson"
+ },
+ {
+ "name" : "Roger Bell_West",
"data" : [
[
+ "Perl",
+ 2
+ ],
+ [
"Raku",
2
]
],
- "name" : "Mark Anderson"
+ "id" : "Roger Bell_West"
}
]
},
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "title" : {
+ "text" : "Perl Weekly Challenge - 112"
+ },
+ "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/>"
}
}