aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-07-27 22:28:45 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-07-27 22:28:45 +0100
commit4f3d10ec2a74dab74f3cf0ccb4373efa9a287d18 (patch)
treeb1a1689d100e8442d705d1309de4f3f58be73817 /stats/pwc-current.json
parentf76fc349bda23f6a5830b8cf98db1b31c37d37ec (diff)
downloadperlweeklychallenge-club-4f3d10ec2a74dab74f3cf0ccb4373efa9a287d18.tar.gz
perlweeklychallenge-club-4f3d10ec2a74dab74f3cf0ccb4373efa9a287d18.tar.bz2
perlweeklychallenge-club-4f3d10ec2a74dab74f3cf0ccb4373efa9a287d18.zip
- Added solutions by Cheok-Yin Fung.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json113
1 files changed, 64 insertions, 49 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index cf23801b56..b2b490b3ad 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,15 +1,53 @@
{
- "legend" : {
- "enabled" : 0
- },
- "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
+ "series" : [
+ {
+ "name" : "The Weekly Challenge - 123",
+ "colorByPoint" : 1,
+ "data" : [
+ {
+ "drilldown" : "Cheok-Yin Fung",
+ "y" : 2,
+ "name" : "Cheok-Yin Fung"
+ },
+ {
+ "drilldown" : "James Smith",
+ "name" : "James Smith",
+ "y" : 3
+ },
+ {
+ "drilldown" : "Lucas Ransan",
+ "name" : "Lucas Ransan",
+ "y" : 2
+ },
+ {
+ "y" : 2,
+ "name" : "Markus Holzer",
+ "drilldown" : "Markus Holzer"
+ },
+ {
+ "drilldown" : "Simon Proctor",
+ "y" : 2,
+ "name" : "Simon Proctor"
+ }
+ ]
+ }
+ ],
+ "xAxis" : {
+ "type" : "category"
},
"drilldown" : {
"series" : [
{
+ "id" : "Cheok-Yin Fung",
+ "name" : "Cheok-Yin Fung",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ]
+ },
+ {
"name" : "James Smith",
"id" : "James Smith",
"data" : [
@@ -24,24 +62,24 @@
]
},
{
+ "name" : "Lucas Ransan",
+ "id" : "Lucas Ransan",
"data" : [
[
"Raku",
2
]
- ],
- "name" : "Lucas Ransan",
- "id" : "Lucas Ransan"
+ ]
},
{
+ "id" : "Markus Holzer",
+ "name" : "Markus Holzer",
"data" : [
[
"Raku",
2
]
- ],
- "name" : "Markus Holzer",
- "id" : "Markus Holzer"
+ ]
},
{
"data" : [
@@ -55,39 +93,13 @@
}
]
},
- "series" : [
- {
- "name" : "The Weekly Challenge - 123",
- "colorByPoint" : 1,
- "data" : [
- {
- "name" : "James Smith",
- "drilldown" : "James Smith",
- "y" : 3
- },
- {
- "drilldown" : "Lucas Ransan",
- "y" : 2,
- "name" : "Lucas Ransan"
- },
- {
- "drilldown" : "Markus Holzer",
- "y" : 2,
- "name" : "Markus Holzer"
- },
- {
- "name" : "Simon Proctor",
- "drilldown" : "Simon Proctor",
- "y" : 2
- }
- ]
- }
- ],
- "subtitle" : {
- "text" : "[Champions: 4] Last updated at 2021-07-27 21:23:24 GMT"
+ "legend" : {
+ "enabled" : 0
},
- "title" : {
- "text" : "The Weekly Challenge - 123"
+ "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
},
"chart" : {
"type" : "column"
@@ -97,16 +109,19 @@
"text" : "Total Solutions"
}
},
+ "title" : {
+ "text" : "The Weekly Challenge - 123"
+ },
"plotOptions" : {
"series" : {
+ "borderWidth" : 0,
"dataLabels" : {
"enabled" : 1,
"format" : "{point.y}"
- },
- "borderWidth" : 0
+ }
}
},
- "xAxis" : {
- "type" : "category"
+ "subtitle" : {
+ "text" : "[Champions: 5] Last updated at 2021-07-27 21:28:26 GMT"
}
}