aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-06-22 11:38:11 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-06-22 11:38:11 +0100
commit39a523619686e9137cf805154badf6c45173fc5b (patch)
tree5f566f62d09843409bdf2cc9e1caee03f005f4cc /stats/pwc-current.json
parent0882b200484fb8424f01cd47426f2644c2437bb8 (diff)
downloadperlweeklychallenge-club-39a523619686e9137cf805154badf6c45173fc5b.tar.gz
perlweeklychallenge-club-39a523619686e9137cf805154badf6c45173fc5b.tar.bz2
perlweeklychallenge-club-39a523619686e9137cf805154badf6c45173fc5b.zip
- Added solutions by Lucas Ransan.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json91
1 files changed, 53 insertions, 38 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 76ab97007e..71f0c93153 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,64 +1,44 @@
{
- "xAxis" : {
- "type" : "category"
- },
- "legend" : {
- "enabled" : 0
- },
- "subtitle" : {
- "text" : "[Champions: 2] Last updated at 2021-06-22 08:40:41 GMT"
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- }
- }
- },
"drilldown" : {
"series" : [
{
+ "name" : "James Smith",
"id" : "James Smith",
"data" : [
[
"Perl",
2
]
+ ]
+ },
+ {
+ "data" : [
+ [
+ "Raku",
+ 2
+ ]
],
- "name" : "James Smith"
+ "name" : "Lucas Ransan",
+ "id" : "Lucas Ransan"
},
{
+ "id" : "Niels van Dijke",
+ "name" : "Niels van Dijke",
"data" : [
[
"Perl",
1
]
- ],
- "name" : "Niels van Dijke",
- "id" : "Niels van Dijke"
+ ]
}
]
},
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "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
- },
"chart" : {
"type" : "column"
},
- "title" : {
- "text" : "Perl Weekly Challenge - 118"
- },
"series" : [
{
+ "name" : "Perl Weekly Challenge - 118",
"colorByPoint" : 1,
"data" : [
{
@@ -67,12 +47,47 @@
"drilldown" : "James Smith"
},
{
+ "drilldown" : "Lucas Ransan",
+ "y" : 2,
+ "name" : "Lucas Ransan"
+ },
+ {
"drilldown" : "Niels van Dijke",
"y" : 1,
"name" : "Niels van Dijke"
}
- ],
- "name" : "Perl Weekly Challenge - 118"
+ ]
+ }
+ ],
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
}
- ]
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 3] Last updated at 2021-06-22 10:38:02 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 118"
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
+ "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/>"
+ },
+ "legend" : {
+ "enabled" : 0
+ }
}