aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-07 10:43:03 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-07 10:43:03 +0100
commit446ee93bf52a600ad0e0601e0a768249799b1c32 (patch)
treedac7a15ec039b042e60ccbd44586c4dac0c806e4 /stats/pwc-current.json
parentfbfee38e0e12ed07abcf88bd2705a9515ce11e13 (diff)
downloadperlweeklychallenge-club-446ee93bf52a600ad0e0601e0a768249799b1c32.tar.gz
perlweeklychallenge-club-446ee93bf52a600ad0e0601e0a768249799b1c32.tar.bz2
perlweeklychallenge-club-446ee93bf52a600ad0e0601e0a768249799b1c32.zip
- Added solutions by Roger Bell_West.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json63
1 files changed, 41 insertions, 22 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 1c7d3f1c32..4967d5dcb0 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,31 +1,34 @@
{
- "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
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 077"
- },
"drilldown" : {
"series" : [
{
- "name" : "Simon Proctor",
- "id" : "Simon Proctor",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Raku",
+ 2
+ ]
+ ],
+ "id" : "Roger Bell_West",
+ "name" : "Roger Bell_West"
+ },
+ {
"data" : [
[
"Raku",
2
]
- ]
+ ],
+ "id" : "Simon Proctor",
+ "name" : "Simon Proctor"
}
]
},
- "chart" : {
- "type" : "column"
+ "subtitle" : {
+ "text" : "[Champions: 2] Last updated at 2020-09-07 09:42:48 GMT"
},
"plotOptions" : {
"series" : {
@@ -44,20 +47,36 @@
"text" : "Total Solutions"
}
},
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2020-09-07 09:20:54 GMT"
+ "legend" : {
+ "enabled" : 0
},
"series" : [
{
- "name" : "Perl Weekly Challenge - 077",
"data" : [
{
+ "name" : "Roger Bell_West",
+ "y" : 4,
+ "drilldown" : "Roger Bell_West"
+ },
+ {
+ "name" : "Simon Proctor",
"y" : 2,
- "drilldown" : "Simon Proctor",
- "name" : "Simon Proctor"
+ "drilldown" : "Simon Proctor"
}
],
+ "name" : "Perl Weekly Challenge - 077",
"colorByPoint" : 1
}
- ]
+ ],
+ "title" : {
+ "text" : "Perl Weekly Challenge - 077"
+ },
+ "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
+ },
+ "chart" : {
+ "type" : "column"
+ }
}