aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-14 07:37:29 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-14 07:37:29 +0100
commit4c475b30f0fea1fa091e972b4e9bf7cdf8749641 (patch)
treee727cd80d9b9ca3379daddc5520fd659be86e081 /stats/pwc-current.json
parent13465aae92d4c209d17672d6806947cccfa0c7d5 (diff)
downloadperlweeklychallenge-club-4c475b30f0fea1fa091e972b4e9bf7cdf8749641.tar.gz
perlweeklychallenge-club-4c475b30f0fea1fa091e972b4e9bf7cdf8749641.tar.bz2
perlweeklychallenge-club-4c475b30f0fea1fa091e972b4e9bf7cdf8749641.zip
- Added solutions by Mark Anderson.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json97
1 files changed, 56 insertions, 41 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index e79f11c09f..24edf80994 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,63 +1,78 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge - 078"
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ },
+ "borderWidth" : 0
+ }
+ },
+ "series" : [
+ {
+ "name" : "Perl Weekly Challenge - 078",
+ "colorByPoint" : 1,
+ "data" : [
+ {
+ "name" : "Anton Fedotov",
+ "y" : 1,
+ "drilldown" : "Anton Fedotov"
+ },
+ {
+ "y" : 2,
+ "drilldown" : "Mark Anderson",
+ "name" : "Mark Anderson"
+ }
+ ]
+ }
+ ],
+ "xAxis" : {
+ "type" : "category"
},
"legend" : {
"enabled" : 0
},
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2020-09-14 06:31:20 GMT"
+ "title" : {
+ "text" : "Perl Weekly Challenge - 078"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "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/>"
},
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
},
+ "subtitle" : {
+ "text" : "[Champions: 2] Last updated at 2020-09-14 06:37:20 GMT"
+ },
"drilldown" : {
"series" : [
{
- "id" : "Anton Fedotov",
- "name" : "Anton Fedotov",
"data" : [
[
"Perl",
1
]
- ]
+ ],
+ "id" : "Anton Fedotov",
+ "name" : "Anton Fedotov"
+ },
+ {
+ "data" : [
+ [
+ "Raku",
+ 2
+ ]
+ ],
+ "name" : "Mark Anderson",
+ "id" : "Mark Anderson"
}
]
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- }
- }
- },
- "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
- },
- "chart" : {
- "type" : "column"
- },
- "xAxis" : {
- "type" : "category"
- },
- "series" : [
- {
- "name" : "Perl Weekly Challenge - 078",
- "data" : [
- {
- "y" : 1,
- "drilldown" : "Anton Fedotov",
- "name" : "Anton Fedotov"
- }
- ],
- "colorByPoint" : 1
- }
- ]
+ }
}