aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-27 23:39:38 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-27 23:39:38 +0100
commit1addedef2af4a49ad1b001ba544276d79606e313 (patch)
tree78e1e8a298f5f08cdeb1ddccf1b3c1f1d3fcfe44 /stats/pwc-current.json
parent6e37cf7a522f5a71f9135c0597c71adf1f62d50a (diff)
downloadperlweeklychallenge-club-1addedef2af4a49ad1b001ba544276d79606e313.tar.gz
perlweeklychallenge-club-1addedef2af4a49ad1b001ba544276d79606e313.tar.bz2
perlweeklychallenge-club-1addedef2af4a49ad1b001ba544276d79606e313.zip
- Added solutions by Roger Bell_West.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json61
1 files changed, 40 insertions, 21 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 9003734d10..a6eeb3341e 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,9 +1,19 @@
{
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2020-07-27 22:20:32 GMT"
+ "legend" : {
+ "enabled" : 0
},
- "chart" : {
- "type" : "column"
+ "xAxis" : {
+ "type" : "category"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "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" : {
@@ -20,44 +30,53 @@
"colorByPoint" : 1,
"data" : [
{
+ "drilldown" : "Roger Bell_West",
"y" : 2,
+ "name" : "Roger Bell_West"
+ },
+ {
+ "name" : "Simon Proctor",
"drilldown" : "Simon Proctor",
- "name" : "Simon Proctor"
+ "y" : 2
}
]
}
],
- "xAxis" : {
- "type" : "category"
+ "subtitle" : {
+ "text" : "[Champions: 2] Last updated at 2020-07-27 22:39:22 GMT"
},
- "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"
},
"title" : {
"text" : "Perl Weekly Challenge - 071"
},
- "legend" : {
- "enabled" : 0
- },
"drilldown" : {
"series" : [
{
+ "data" : [
+ [
+ "Perl",
+ 1
+ ],
+ [
+ "Raku",
+ 1
+ ]
+ ],
+ "id" : "Roger Bell_West",
+ "name" : "Roger Bell_West"
+ },
+ {
"name" : "Simon Proctor",
- "id" : "Simon Proctor",
"data" : [
[
"Raku",
2
]
- ]
+ ],
+ "id" : "Simon Proctor"
}
]
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
}
}