aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad Sajid Anwar <mohammad.anwar@yahoo.com>2024-09-23 17:55:13 +0100
committerMohammad Sajid Anwar <mohammad.anwar@yahoo.com>2024-09-23 17:55:13 +0100
commit9ced81d32e594001ffe943db9363bb48a4583d67 (patch)
treef9a88c9abc7d0471a90a8b828aaf55fa96dc31a1 /stats/pwc-current.json
parent08f48bf498cb1bcd8230f799d5ee61ff50d241c7 (diff)
downloadperlweeklychallenge-club-9ced81d32e594001ffe943db9363bb48a4583d67.tar.gz
perlweeklychallenge-club-9ced81d32e594001ffe943db9363bb48a4583d67.tar.bz2
perlweeklychallenge-club-9ced81d32e594001ffe943db9363bb48a4583d67.zip
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json107
1 files changed, 61 insertions, 46 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 0a01adcd1a..fd94622131 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,12 +1,37 @@
{
+ "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"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 7] Last updated at 2024-09-23 16:55:08 GMT"
+ },
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ },
+ "borderWidth" : 0
+ }
+ },
"series" : [
{
"name" : "The Weekly Challenge - 288",
"colorByPoint" : 1,
"data" : [
{
- "name" : "David Ferrone",
+ "y" : 2,
"drilldown" : "David Ferrone",
+ "name" : "David Ferrone"
+ },
+ {
+ "name" : "E. Choroba",
+ "drilldown" : "E. Choroba",
"y" : 2
},
{
@@ -15,30 +40,41 @@
"y" : 2
},
{
- "name" : "Laurent Rosenfeld",
+ "y" : 3,
"drilldown" : "Laurent Rosenfeld",
- "y" : 3
+ "name" : "Laurent Rosenfeld"
},
{
- "drilldown" : "Lubos Kolouch",
"y" : 2,
- "name" : "Lubos Kolouch"
+ "name" : "Lubos Kolouch",
+ "drilldown" : "Lubos Kolouch"
},
{
"drilldown" : "Luca Ferrari",
- "y" : 5,
- "name" : "Luca Ferrari"
+ "name" : "Luca Ferrari",
+ "y" : 5
},
{
- "y" : 3,
+ "name" : "Peter Campbell Smith",
"drilldown" : "Peter Campbell Smith",
- "name" : "Peter Campbell Smith"
+ "y" : 3
}
]
}
],
- "xAxis" : {
- "type" : "category"
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
+ "title" : {
+ "text" : "The Weekly Challenge - 288"
},
"drilldown" : {
"series" : [
@@ -53,16 +89,27 @@
"name" : "David Ferrone"
},
{
+ "name" : "E. Choroba",
+ "id" : "E. Choroba",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ]
+ },
+ {
+ "id" : "Feng Chang",
"data" : [
[
"Raku",
2
]
],
- "id" : "Feng Chang",
"name" : "Feng Chang"
},
{
+ "name" : "Laurent Rosenfeld",
"id" : "Laurent Rosenfeld",
"data" : [
[
@@ -77,8 +124,7 @@
"Blog",
1
]
- ],
- "name" : "Laurent Rosenfeld"
+ ]
},
{
"id" : "Lubos Kolouch",
@@ -105,7 +151,6 @@
"id" : "Luca Ferrari"
},
{
- "id" : "Peter Campbell Smith",
"data" : [
[
"Perl",
@@ -116,39 +161,9 @@
1
]
],
+ "id" : "Peter Campbell Smith",
"name" : "Peter Campbell Smith"
}
]
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- }
- }
- },
- "chart" : {
- "type" : "column"
- },
- "legend" : {
- "enabled" : 0
- },
- "subtitle" : {
- "text" : "[Champions: 6] Last updated at 2024-09-23 16:13:05 GMT"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "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/>"
- },
- "title" : {
- "text" : "The Weekly Challenge - 288"
}
}