aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-02-17 10:52:51 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-02-17 10:52:51 +0000
commit73c3626272763de0f4f668e058a1d34738da5a41 (patch)
treee5586f50867f87b4dadc09acab187b9ea98eb63f /stats/pwc-current.json
parent1442ff0d42b7cf42abe46f4e9a83c5b63d62008a (diff)
downloadperlweeklychallenge-club-73c3626272763de0f4f668e058a1d34738da5a41.tar.gz
perlweeklychallenge-club-73c3626272763de0f4f668e058a1d34738da5a41.tar.bz2
perlweeklychallenge-club-73c3626272763de0f4f668e058a1d34738da5a41.zip
- Added solutions by Luca Ferrari.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json125
1 files changed, 72 insertions, 53 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 41c089a45b..e9882c6723 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,19 +1,52 @@
{
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
}
},
- "xAxis" : {
- "type" : "category"
- },
"chart" : {
"type" : "column"
},
- "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/>"
+ "subtitle" : {
+ "text" : "[Champions: 4] Last updated at 2020-02-17 10:49:14 GMT"
+ },
+ "series" : [
+ {
+ "data" : [
+ {
+ "name" : "Dave Cross",
+ "y" : 2,
+ "drilldown" : "Dave Cross"
+ },
+ {
+ "drilldown" : "Luca Ferrari",
+ "y" : 4,
+ "name" : "Luca Ferrari"
+ },
+ {
+ "drilldown" : "Peter Scott",
+ "y" : 1,
+ "name" : "Peter Scott"
+ },
+ {
+ "drilldown" : "Simon Proctor",
+ "name" : "Simon Proctor",
+ "y" : 2
+ }
+ ],
+ "colorByPoint" : 1,
+ "name" : "Perl Weekly Challenge - 048"
+ }
+ ],
+ "xAxis" : {
+ "type" : "category"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 048"
},
"drilldown" : {
"series" : [
@@ -30,16 +63,30 @@
{
"data" : [
[
- "Perl",
- 1
+ "Raku",
+ 2
+ ],
+ [
+ "Blog",
+ 2
]
],
+ "name" : "Luca Ferrari",
+ "id" : "Luca Ferrari"
+ },
+ {
"name" : "Peter Scott",
- "id" : "Peter Scott"
+ "id" : "Peter Scott",
+ "data" : [
+ [
+ "Perl",
+ 1
+ ]
+ ]
},
{
- "id" : "Simon Proctor",
"name" : "Simon Proctor",
+ "id" : "Simon Proctor",
"data" : [
[
"Raku",
@@ -49,45 +96,17 @@
}
]
},
- "legend" : {
- "enabled" : 0
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 048"
- },
- "subtitle" : {
- "text" : "[Champions: 3] Last updated at 2020-02-17 10:43:43 GMT"
- },
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
}
},
- "series" : [
- {
- "name" : "Perl Weekly Challenge - 048",
- "colorByPoint" : 1,
- "data" : [
- {
- "name" : "Dave Cross",
- "drilldown" : "Dave Cross",
- "y" : 2
- },
- {
- "name" : "Peter Scott",
- "y" : 1,
- "drilldown" : "Peter Scott"
- },
- {
- "y" : 2,
- "drilldown" : "Simon Proctor",
- "name" : "Simon Proctor"
- }
- ]
- }
- ]
+ "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/>"
+ },
+ "legend" : {
+ "enabled" : 0
+ }
}