aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-01-06 15:28:52 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-01-06 15:28:52 +0000
commit71f15a851e231c803b8b01a529d81bc07e59627e (patch)
treee2e1850ded130c3c39dfea7061d12b647af5c046 /stats/pwc-current.json
parentb2410fca13fcb8bab2632df0dfbd4a801b86dd4c (diff)
downloadperlweeklychallenge-club-71f15a851e231c803b8b01a529d81bc07e59627e.tar.gz
perlweeklychallenge-club-71f15a851e231c803b8b01a529d81bc07e59627e.tar.bz2
perlweeklychallenge-club-71f15a851e231c803b8b01a529d81bc07e59627e.zip
- Added solutions by Scimon Proctor.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json77
1 files changed, 46 insertions, 31 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index ecaa4d17ef..164640bb48 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,6 +1,18 @@
{
- "legend" : {
- "enabled" : 0
+ "title" : {
+ "text" : "Perl Weekly Challenge - 042"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 2] Last updated at 2020-01-06 15:28:32 GMT"
+ },
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ },
+ "borderWidth" : 0
+ }
},
"drilldown" : {
"series" : [
@@ -13,51 +25,54 @@
2
]
]
+ },
+ {
+ "id" : "Simon Proctor",
+ "data" : [
+ [
+ "Raku",
+ 2
+ ]
+ ],
+ "name" : "Simon Proctor"
}
]
},
+ "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/>"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
"series" : [
{
- "colorByPoint" : 1,
- "name" : "Perl Weekly Challenge - 042",
"data" : [
{
- "drilldown" : "Kivanc Yazan",
"name" : "Kivanc Yazan",
- "y" : 2
+ "y" : 2,
+ "drilldown" : "Kivanc Yazan"
+ },
+ {
+ "name" : "Simon Proctor",
+ "y" : 2,
+ "drilldown" : "Simon Proctor"
}
- ]
+ ],
+ "name" : "Perl Weekly Challenge - 042",
+ "colorByPoint" : 1
}
],
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- }
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 042"
- },
"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
},
"chart" : {
"type" : "column"
- },
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2020-01-06 15:23:53 GMT"
}
}