aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-13 17:55:11 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-13 17:55:11 +0000
commitffebe35bdbcc79bf7092cd82f9da9c4d426f4beb (patch)
tree33a6833a6908c0aecc7c5330baa73bdc8cf8697b /stats/pwc-current.json
parent03a64ac276a7674a178d5f985840f8d76aea8896 (diff)
downloadperlweeklychallenge-club-ffebe35bdbcc79bf7092cd82f9da9c4d426f4beb.tar.gz
perlweeklychallenge-club-ffebe35bdbcc79bf7092cd82f9da9c4d426f4beb.tar.bz2
perlweeklychallenge-club-ffebe35bdbcc79bf7092cd82f9da9c4d426f4beb.zip
- Added solutions by Paulo Custodio.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json123
1 files changed, 69 insertions, 54 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 69ed1c599f..d6a32faa94 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,47 +1,46 @@
{
- "series" : [
- {
- "name" : "The Weekly Challenge - 143",
- "colorByPoint" : 1,
- "data" : [
- {
- "drilldown" : "Mohammad S Anwar",
- "y" : 1,
- "name" : "Mohammad S Anwar"
- },
- {
- "name" : "Olivier Delouya",
- "y" : 1,
- "drilldown" : "Olivier Delouya"
- },
- {
- "name" : "Roger Bell_West",
- "y" : 4,
- "drilldown" : "Roger Bell_West"
- }
- ]
- }
- ],
"legend" : {
"enabled" : 0
},
+ "subtitle" : {
+ "text" : "[Champions: 4] Last updated at 2021-12-13 17:52:59 GMT"
+ },
+ "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/>"
+ },
"xAxis" : {
"type" : "category"
},
- "title" : {
- "text" : "The Weekly Challenge - 143"
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ }
+ }
},
"drilldown" : {
"series" : [
{
- "id" : "Mohammad S Anwar",
- "name" : "Mohammad S Anwar",
"data" : [
[
"Perl",
1
]
- ]
+ ],
+ "id" : "Mohammad S Anwar",
+ "name" : "Mohammad S Anwar"
},
{
"name" : "Olivier Delouya",
@@ -58,40 +57,56 @@
[
"Perl",
2
+ ]
+ ],
+ "id" : "Paulo Custodio",
+ "name" : "Paulo Custodio"
+ },
+ {
+ "name" : "Roger Bell_West",
+ "id" : "Roger Bell_West",
+ "data" : [
+ [
+ "Perl",
+ 2
],
[
"Raku",
2
]
- ],
- "name" : "Roger Bell_West",
- "id" : "Roger Bell_West"
+ ]
}
]
},
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "[Champions: 3] Last updated at 2021-12-13 17:47:01 GMT"
- },
- "tooltip" : {
- "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/>",
- "followPointer" : 1
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- }
- }
+ "title" : {
+ "text" : "The Weekly Challenge - 143"
},
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
+ "series" : [
+ {
+ "name" : "The Weekly Challenge - 143",
+ "colorByPoint" : 1,
+ "data" : [
+ {
+ "name" : "Mohammad S Anwar",
+ "y" : 1,
+ "drilldown" : "Mohammad S Anwar"
+ },
+ {
+ "name" : "Olivier Delouya",
+ "y" : 1,
+ "drilldown" : "Olivier Delouya"
+ },
+ {
+ "name" : "Paulo Custodio",
+ "y" : 2,
+ "drilldown" : "Paulo Custodio"
+ },
+ {
+ "drilldown" : "Roger Bell_West",
+ "y" : 4,
+ "name" : "Roger Bell_West"
+ }
+ ]
}
- }
+ ]
}