aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-07-27 22:36:34 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-07-27 22:36:34 +0100
commita1b9cd6231e64deb5961cdbbebec7798ddae8a31 (patch)
treea8cfb19f6f2a15e081fb45616f52680286829ac9 /stats/pwc-current.json
parentd8f4f89fce5f1d53d10dd8812092267d6da88cd7 (diff)
downloadperlweeklychallenge-club-a1b9cd6231e64deb5961cdbbebec7798ddae8a31.tar.gz
perlweeklychallenge-club-a1b9cd6231e64deb5961cdbbebec7798ddae8a31.tar.bz2
perlweeklychallenge-club-a1b9cd6231e64deb5961cdbbebec7798ddae8a31.zip
- Added solutions by Niels van Dijke.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json109
1 files changed, 62 insertions, 47 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index b2b490b3ad..b84d73b30b 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -2,54 +2,76 @@
"series" : [
{
"name" : "The Weekly Challenge - 123",
- "colorByPoint" : 1,
"data" : [
{
+ "name" : "Cheok-Yin Fung",
"drilldown" : "Cheok-Yin Fung",
- "y" : 2,
- "name" : "Cheok-Yin Fung"
+ "y" : 2
},
{
+ "y" : 3,
"drilldown" : "James Smith",
- "name" : "James Smith",
- "y" : 3
+ "name" : "James Smith"
},
{
"drilldown" : "Lucas Ransan",
- "name" : "Lucas Ransan",
+ "y" : 2,
+ "name" : "Lucas Ransan"
+ },
+ {
+ "name" : "Markus Holzer",
+ "drilldown" : "Markus Holzer",
"y" : 2
},
{
+ "drilldown" : "Niels van Dijke",
"y" : 2,
- "name" : "Markus Holzer",
- "drilldown" : "Markus Holzer"
+ "name" : "Niels van Dijke"
},
{
- "drilldown" : "Simon Proctor",
"y" : 2,
+ "drilldown" : "Simon Proctor",
"name" : "Simon Proctor"
}
- ]
+ ],
+ "colorByPoint" : 1
}
],
- "xAxis" : {
- "type" : "category"
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ }
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 6] Last updated at 2021-07-27 21:36:14 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "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/>"
},
"drilldown" : {
"series" : [
{
"id" : "Cheok-Yin Fung",
- "name" : "Cheok-Yin Fung",
"data" : [
[
"Perl",
2
]
- ]
+ ],
+ "name" : "Cheok-Yin Fung"
},
{
- "name" : "James Smith",
- "id" : "James Smith",
"data" : [
[
"Perl",
@@ -59,69 +81,62 @@
"Blog",
1
]
- ]
+ ],
+ "id" : "James Smith",
+ "name" : "James Smith"
},
{
- "name" : "Lucas Ransan",
- "id" : "Lucas Ransan",
"data" : [
[
"Raku",
2
]
- ]
+ ],
+ "id" : "Lucas Ransan",
+ "name" : "Lucas Ransan"
},
{
"id" : "Markus Holzer",
- "name" : "Markus Holzer",
"data" : [
[
"Raku",
2
]
+ ],
+ "name" : "Markus Holzer"
+ },
+ {
+ "name" : "Niels van Dijke",
+ "id" : "Niels van Dijke",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
]
},
{
+ "id" : "Simon Proctor",
"data" : [
[
"Raku",
2
]
],
- "name" : "Simon Proctor",
- "id" : "Simon Proctor"
+ "name" : "Simon Proctor"
}
]
},
+ "title" : {
+ "text" : "The Weekly Challenge - 123"
+ },
"legend" : {
"enabled" : 0
},
- "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
+ "xAxis" : {
+ "type" : "category"
},
"chart" : {
"type" : "column"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "title" : {
- "text" : "The Weekly Challenge - 123"
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- }
- }
- },
- "subtitle" : {
- "text" : "[Champions: 5] Last updated at 2021-07-27 21:28:26 GMT"
}
}