aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-08-11 21:02:39 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-08-11 21:02:39 +0100
commitec1abff904f32af047710d3a3cbbf3f8ca49e815 (patch)
treecc02f90ff93977f6b6095cddae0cf843545a45c2 /stats/pwc-current.json
parent5552835c39c5d42689deb0ac0d41542660ffd2b3 (diff)
downloadperlweeklychallenge-club-ec1abff904f32af047710d3a3cbbf3f8ca49e815.tar.gz
perlweeklychallenge-club-ec1abff904f32af047710d3a3cbbf3f8ca49e815.tar.bz2
perlweeklychallenge-club-ec1abff904f32af047710d3a3cbbf3f8ca49e815.zip
- Added solutions by James Smith.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json77
1 files changed, 46 insertions, 31 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index b656309c22..f3076ad7dc 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,21 +1,53 @@
{
- "title" : {
- "text" : "The Weekly Challenge - 125"
- },
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2021-08-11 19:35:17 GMT"
- },
"xAxis" : {
"type" : "category"
},
+ "legend" : {
+ "enabled" : 0
+ },
+ "series" : [
+ {
+ "colorByPoint" : 1,
+ "name" : "The Weekly Challenge - 125",
+ "data" : [
+ {
+ "name" : "James Smith",
+ "drilldown" : "James Smith",
+ "y" : 2
+ },
+ {
+ "name" : "Roger Bell_West",
+ "drilldown" : "Roger Bell_West",
+ "y" : 4
+ }
+ ]
+ }
+ ],
+ "chart" : {
+ "type" : "column"
+ },
"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/>"
+ "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
+ "followPointer" : 1
+ },
+ "title" : {
+ "text" : "The Weekly Challenge - 125"
},
"drilldown" : {
"series" : [
{
+ "id" : "James Smith",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ],
+ "name" : "James Smith"
+ },
+ {
+ "id" : "Roger Bell_West",
"data" : [
[
"Perl",
@@ -30,42 +62,25 @@
1
]
],
- "name" : "Roger Bell_West",
- "id" : "Roger Bell_West"
+ "name" : "Roger Bell_West"
}
]
},
+ "subtitle" : {
+ "text" : "[Champions: 2] Last updated at 2021-08-11 20:01:30 GMT"
+ },
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
},
- "chart" : {
- "type" : "column"
- },
- "series" : [
- {
- "name" : "The Weekly Challenge - 125",
- "colorByPoint" : 1,
- "data" : [
- {
- "drilldown" : "Roger Bell_West",
- "name" : "Roger Bell_West",
- "y" : 4
- }
- ]
- }
- ],
"plotOptions" : {
"series" : {
+ "borderWidth" : 0,
"dataLabels" : {
"enabled" : 1,
"format" : "{point.y}"
- },
- "borderWidth" : 0
+ }
}
- },
- "legend" : {
- "enabled" : 0
}
}