aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-16 10:49:58 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-16 10:49:58 +0000
commitcd5b97d3547b2ce3c43b95ce1a3c2e42109c34e1 (patch)
tree52cd87f40352dc867017982ed865c5e74ab7b628 /stats/pwc-current.json
parent749a2fc561e85107cfbfa37de8429e92066c1558 (diff)
downloadperlweeklychallenge-club-cd5b97d3547b2ce3c43b95ce1a3c2e42109c34e1.tar.gz
perlweeklychallenge-club-cd5b97d3547b2ce3c43b95ce1a3c2e42109c34e1.tar.bz2
perlweeklychallenge-club-cd5b97d3547b2ce3c43b95ce1a3c2e42109c34e1.zip
- Added solutions by Dave Cross.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json61
1 files changed, 38 insertions, 23 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 8ec8a61b8a..d824aba51d 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -4,14 +4,19 @@
"colorByPoint" : 1,
"data" : [
{
- "name" : "Dave Jacoby",
+ "name" : "Dave Cross",
+ "y" : 2,
+ "drilldown" : "Dave Cross"
+ },
+ {
"y" : 1,
+ "name" : "Dave Jacoby",
"drilldown" : "Dave Jacoby"
},
{
- "drilldown" : "Simon Proctor",
"name" : "Simon Proctor",
- "y" : 1
+ "y" : 1,
+ "drilldown" : "Simon Proctor"
}
],
"name" : "Perl Weekly Challenge - 052"
@@ -20,14 +25,24 @@
"drilldown" : {
"series" : [
{
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ],
+ "id" : "Dave Cross",
+ "name" : "Dave Cross"
+ },
+ {
"id" : "Dave Jacoby",
+ "name" : "Dave Jacoby",
"data" : [
[
"Perl",
1
]
- ],
- "name" : "Dave Jacoby"
+ ]
},
{
"id" : "Simon Proctor",
@@ -41,38 +56,38 @@
}
]
},
- "legend" : {
- "enabled" : 0
- },
"xAxis" : {
"type" : "category"
},
- "tooltip" : {
- "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
- "followPointer" : 1,
- "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "legend" : {
+ "enabled" : 0
},
"plotOptions" : {
"series" : {
- "borderWidth" : 0,
"dataLabels" : {
"format" : "{point.y}",
"enabled" : 1
- }
+ },
+ "borderWidth" : 0
}
},
- "title" : {
- "text" : "Perl Weekly Challenge - 052"
- },
"chart" : {
"type" : "column"
},
+ "title" : {
+ "text" : "Perl Weekly Challenge - 052"
+ },
"subtitle" : {
- "text" : "[Champions: 2] Last updated at 2020-03-16 10:38:22 GMT"
+ "text" : "[Champions: 3] Last updated at 2020-03-16 10:49:39 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "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/>"
}
}