aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-08-17 12:22:14 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-08-17 12:22:14 +0100
commit73dc99bd2b356b035b1bda610b1e7db7d2754c91 (patch)
tree91eaf1ffeeba983768454013abf215f498a3d2bd /stats/pwc-current.json
parente622495a3812e73f143a679df820df8484103f34 (diff)
downloadperlweeklychallenge-club-73dc99bd2b356b035b1bda610b1e7db7d2754c91.tar.gz
perlweeklychallenge-club-73dc99bd2b356b035b1bda610b1e7db7d2754c91.tar.bz2
perlweeklychallenge-club-73dc99bd2b356b035b1bda610b1e7db7d2754c91.zip
- Added solutions by Javier Luque.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json107
1 files changed, 65 insertions, 42 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index d1b0c24cfc..77f10118b3 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,33 +1,77 @@
{
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "legend" : {
+ "enabled" : 0
},
+ "series" : [
+ {
+ "name" : "Perl Weekly Challenge - 074",
+ "data" : [
+ {
+ "y" : 5,
+ "name" : "Javier Luque",
+ "drilldown" : "Javier Luque"
+ },
+ {
+ "drilldown" : "Mark Anderson",
+ "name" : "Mark Anderson",
+ "y" : 2
+ },
+ {
+ "y" : 4,
+ "drilldown" : "Mohammad S Anwar",
+ "name" : "Mohammad S Anwar"
+ },
+ {
+ "y" : 1,
+ "name" : "Simon Proctor",
+ "drilldown" : "Simon Proctor"
+ }
+ ],
+ "colorByPoint" : 1
+ }
+ ],
"plotOptions" : {
"series" : {
+ "borderWidth" : 0,
"dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
+ "enabled" : 1,
+ "format" : "{point.y}"
+ }
}
},
"drilldown" : {
"series" : [
{
- "name" : "Mark Anderson",
+ "id" : "Javier Luque",
+ "name" : "Javier Luque",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Raku",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ]
+ },
+ {
"data" : [
[
"Raku",
2
]
],
+ "name" : "Mark Anderson",
"id" : "Mark Anderson"
},
{
- "id" : "Mohammad S Anwar",
"name" : "Mohammad S Anwar",
+ "id" : "Mohammad S Anwar",
"data" : [
[
"Perl",
@@ -40,58 +84,37 @@
]
},
{
+ "id" : "Simon Proctor",
"name" : "Simon Proctor",
"data" : [
[
"Raku",
1
]
- ],
- "id" : "Simon Proctor"
+ ]
}
]
},
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 4] Last updated at 2020-08-17 11:22:03 GMT"
+ },
"chart" : {
"type" : "column"
},
- "legend" : {
- "enabled" : 0
- },
"title" : {
"text" : "Perl Weekly Challenge - 074"
},
- "subtitle" : {
- "text" : "[Champions: 3] Last updated at 2020-08-17 09:05:36 GMT"
- },
- "series" : [
- {
- "name" : "Perl Weekly Challenge - 074",
- "colorByPoint" : 1,
- "data" : [
- {
- "y" : 2,
- "name" : "Mark Anderson",
- "drilldown" : "Mark Anderson"
- },
- {
- "y" : 4,
- "name" : "Mohammad S Anwar",
- "drilldown" : "Mohammad S Anwar"
- },
- {
- "drilldown" : "Simon Proctor",
- "y" : 1,
- "name" : "Simon Proctor"
- }
- ]
- }
- ],
"xAxis" : {
"type" : "category"
},
"tooltip" : {
- "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
"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/>"
}
}