aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-06-28 17:53:23 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-06-28 17:53:23 +0100
commit6856b37c0c18ff1c8a330db9be7dcfd41d6ab9a1 (patch)
tree26041c9ea7c265f9347603202cca1cd331978950 /stats/pwc-current.json
parent6dc64a4eb8573afb6c9df4375e2a07e5fb6ccbba (diff)
downloadperlweeklychallenge-club-6856b37c0c18ff1c8a330db9be7dcfd41d6ab9a1.tar.gz
perlweeklychallenge-club-6856b37c0c18ff1c8a330db9be7dcfd41d6ab9a1.tar.bz2
perlweeklychallenge-club-6856b37c0c18ff1c8a330db9be7dcfd41d6ab9a1.zip
- Added solutions by Luca Ferrari.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json133
1 files changed, 76 insertions, 57 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 3234e44014..4262bec211 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,65 +1,26 @@
{
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- }
- }
+ "tooltip" : {
+ "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/>",
+ "followPointer" : 1
},
"subtitle" : {
- "text" : "[Champions: 3] Last updated at 2021-06-28 15:30:58 GMT"
+ "text" : "[Champions: 4] Last updated at 2021-06-28 16:21:23 GMT"
},
- "title" : {
- "text" : "Perl Weekly Challenge - 119"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "chart" : {
- "type" : "column"
- },
- "series" : [
- {
- "name" : "Perl Weekly Challenge - 119",
- "colorByPoint" : 1,
- "data" : [
- {
- "drilldown" : "Dave Cross",
- "name" : "Dave Cross",
- "y" : 2
- },
- {
- "y" : 3,
- "name" : "James Smith",
- "drilldown" : "James Smith"
- },
- {
- "name" : "Simon Proctor",
- "y" : 2,
- "drilldown" : "Simon Proctor"
- }
- ]
- }
- ],
"drilldown" : {
"series" : [
{
- "name" : "Dave Cross",
- "id" : "Dave Cross",
"data" : [
[
"Perl",
2
]
- ]
+ ],
+ "id" : "Dave Cross",
+ "name" : "Dave Cross"
},
{
"name" : "James Smith",
- "id" : "James Smith",
"data" : [
[
"Perl",
@@ -69,29 +30,87 @@
"Blog",
1
]
- ]
+ ],
+ "id" : "James Smith"
},
{
"data" : [
[
"Raku",
2
+ ],
+ [
+ "Blog",
+ 2
]
],
- "name" : "Simon Proctor",
- "id" : "Simon Proctor"
+ "id" : "Luca Ferrari",
+ "name" : "Luca Ferrari"
+ },
+ {
+ "id" : "Simon Proctor",
+ "data" : [
+ [
+ "Raku",
+ 2
+ ]
+ ],
+ "name" : "Simon Proctor"
}
]
},
- "xAxis" : {
- "type" : "category"
- },
"legend" : {
"enabled" : 0
},
- "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/>"
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 119"
+ },
+ "series" : [
+ {
+ "colorByPoint" : 1,
+ "name" : "Perl Weekly Challenge - 119",
+ "data" : [
+ {
+ "name" : "Dave Cross",
+ "drilldown" : "Dave Cross",
+ "y" : 2
+ },
+ {
+ "y" : 3,
+ "drilldown" : "James Smith",
+ "name" : "James Smith"
+ },
+ {
+ "drilldown" : "Luca Ferrari",
+ "name" : "Luca Ferrari",
+ "y" : 4
+ },
+ {
+ "name" : "Simon Proctor",
+ "drilldown" : "Simon Proctor",
+ "y" : 2
+ }
+ ]
+ }
+ ],
+ "xAxis" : {
+ "type" : "category"
}
}