aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-11-21 13:59:56 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-11-21 13:59:56 +0000
commit86e5aca5600ebeda34e424eadff0e0d1803aa45c (patch)
tree26494fd0ad1adf95f9d7f946e32384921b98199e /stats/pwc-current.json
parent9adf8e851010ce1069fda39900ac5b9a45f476ce (diff)
downloadperlweeklychallenge-club-86e5aca5600ebeda34e424eadff0e0d1803aa45c.tar.gz
perlweeklychallenge-club-86e5aca5600ebeda34e424eadff0e0d1803aa45c.tar.bz2
perlweeklychallenge-club-86e5aca5600ebeda34e424eadff0e0d1803aa45c.zip
- Added solutions by Roger Bell_West.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json85
1 files changed, 52 insertions, 33 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 33b9dd1302..da2980c909 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,54 +1,52 @@
{
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
- }
+ "title" : {
+ "text" : "The Weekly Challenge - 192"
+ },
+ "tooltip" : {
+ "followPointer" : 1,
+ "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/>"
},
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
},
- "xAxis" : {
- "type" : "category"
- },
"subtitle" : {
- "text" : "[Champions: 2] Last updated at 2022-11-21 13:31:59 GMT"
+ "text" : "[Champions: 3] Last updated at 2022-11-21 13:55:32 GMT"
},
- "legend" : {
- "enabled" : 0
- },
- "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/>"
+ "xAxis" : {
+ "type" : "category"
},
"series" : [
{
- "colorByPoint" : 1,
- "name" : "The Weekly Challenge - 192",
"data" : [
{
- "name" : "James Smith",
"y" : 3,
+ "name" : "James Smith",
"drilldown" : "James Smith"
},
{
- "drilldown" : "Niels van Dijke",
"y" : 1,
- "name" : "Niels van Dijke"
+ "name" : "Niels van Dijke",
+ "drilldown" : "Niels van Dijke"
+ },
+ {
+ "name" : "Roger Bell_West",
+ "drilldown" : "Roger Bell_West",
+ "y" : 4
}
- ]
+ ],
+ "name" : "The Weekly Challenge - 192",
+ "colorByPoint" : 1
}
],
+ "chart" : {
+ "type" : "column"
+ },
"drilldown" : {
"series" : [
{
- "name" : "James Smith",
"id" : "James Smith",
"data" : [
[
@@ -59,7 +57,8 @@
"Blog",
1
]
- ]
+ ],
+ "name" : "James Smith"
},
{
"data" : [
@@ -68,15 +67,35 @@
1
]
],
- "id" : "Niels van Dijke",
- "name" : "Niels van Dijke"
+ "name" : "Niels van Dijke",
+ "id" : "Niels van Dijke"
+ },
+ {
+ "id" : "Roger Bell_West",
+ "name" : "Roger Bell_West",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Raku",
+ 2
+ ]
+ ]
}
]
},
- "title" : {
- "text" : "The Weekly Challenge - 192"
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
+ }
},
- "chart" : {
- "type" : "column"
+ "legend" : {
+ "enabled" : 0
}
}