aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-08-24 12:22:10 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-08-24 12:22:10 +0100
commitfdb003da85d8ad322bc0003fd8885bee8c3c891c (patch)
tree8a97473d2b58aa73d1a31f0190b3cc71fc1a50f3 /stats/pwc-current.json
parent9d414c6aaa2d8c5932f623c50b1d61f169c0159f (diff)
downloadperlweeklychallenge-club-fdb003da85d8ad322bc0003fd8885bee8c3c891c.tar.gz
perlweeklychallenge-club-fdb003da85d8ad322bc0003fd8885bee8c3c891c.tar.bz2
perlweeklychallenge-club-fdb003da85d8ad322bc0003fd8885bee8c3c891c.zip
- Added solutions by Roger Bell_West.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json105
1 files changed, 62 insertions, 43 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index a677d8cd08..05e51901ef 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,13 +1,59 @@
{
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
+ }
+ },
+ "series" : [
+ {
+ "name" : "Perl Weekly Challenge - 075",
+ "data" : [
+ {
+ "name" : "Mohammad S Anwar",
+ "y" : 4,
+ "drilldown" : "Mohammad S Anwar"
+ },
+ {
+ "name" : "Roger Bell_West",
+ "y" : 4,
+ "drilldown" : "Roger Bell_West"
+ }
+ ],
+ "colorByPoint" : 1
+ }
+ ],
+ "subtitle" : {
+ "text" : "[Champions: 2] Last updated at 2020-08-24 11:21:59 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
},
+ "xAxis" : {
+ "type" : "category"
+ },
+ "tooltip" : {
+ "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
+ "followPointer" : 1,
+ "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 075"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
"drilldown" : {
"series" : [
{
- "name" : "Mohammad S Anwar",
"data" : [
[
"Perl",
@@ -18,50 +64,23 @@
2
]
],
+ "name" : "Mohammad S Anwar",
"id" : "Mohammad S Anwar"
+ },
+ {
+ "id" : "Roger Bell_West",
+ "name" : "Roger Bell_West",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Raku",
+ 2
+ ]
+ ]
}
]
- },
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2020-08-24 04:22:03 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 075"
- },
- "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/>"
- },
- "chart" : {
- "type" : "column"
- },
- "series" : [
- {
- "name" : "Perl Weekly Challenge - 075",
- "data" : [
- {
- "drilldown" : "Mohammad S Anwar",
- "name" : "Mohammad S Anwar",
- "y" : 4
- }
- ],
- "colorByPoint" : 1
- }
- ],
- "xAxis" : {
- "type" : "category"
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- }
- }
- },
- "legend" : {
- "enabled" : 0
}
}