aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-13 11:14:46 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-13 11:14:46 +0000
commit1458a9d1cc0a821b2e56b7b757a183a9b37ec1a8 (patch)
tree9dafc9516fafbf00dac1c89fd5e8a0ae698673ad /stats/pwc-current.json
parentd1b15c284aa4624913f43b3447965dbf46bcf82c (diff)
downloadperlweeklychallenge-club-1458a9d1cc0a821b2e56b7b757a183a9b37ec1a8.tar.gz
perlweeklychallenge-club-1458a9d1cc0a821b2e56b7b757a183a9b37ec1a8.tar.bz2
perlweeklychallenge-club-1458a9d1cc0a821b2e56b7b757a183a9b37ec1a8.zip
- Added solutions by Roger Bell_West.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json99
1 files changed, 59 insertions, 40 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index ba19ce52d9..90f5906630 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,43 +1,4 @@
{
- "xAxis" : {
- "type" : "category"
- },
- "title" : {
- "text" : "The Weekly Challenge - 143"
- },
- "chart" : {
- "type" : "column"
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- }
- }
- },
- "series" : [
- {
- "data" : [
- {
- "drilldown" : "Mohammad S Anwar",
- "name" : "Mohammad S Anwar",
- "y" : 1
- }
- ],
- "name" : "The Weekly Challenge - 143",
- "colorByPoint" : 1
- }
- ],
- "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/>"
- },
- "legend" : {
- "enabled" : 0
- },
"drilldown" : {
"series" : [
{
@@ -49,15 +10,73 @@
1
]
]
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Raku",
+ 2
+ ]
+ ],
+ "id" : "Roger Bell_West",
+ "name" : "Roger Bell_West"
}
]
},
"subtitle" : {
- "text" : "[Champions: 1] Last updated at 2021-12-13 10:48:24 GMT"
+ "text" : "[Champions: 2] Last updated at 2021-12-13 11:04:44 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/>"
+ },
+ "series" : [
+ {
+ "data" : [
+ {
+ "drilldown" : "Mohammad S Anwar",
+ "y" : 1,
+ "name" : "Mohammad S Anwar"
+ },
+ {
+ "y" : 4,
+ "name" : "Roger Bell_West",
+ "drilldown" : "Roger Bell_West"
+ }
+ ],
+ "colorByPoint" : 1,
+ "name" : "The Weekly Challenge - 143"
+ }
+ ],
+ "chart" : {
+ "type" : "column"
+ },
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
+ }
},
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
+ },
+ "title" : {
+ "text" : "The Weekly Challenge - 143"
+ },
+ "xAxis" : {
+ "type" : "category"
}
}