aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-16 13:45:58 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-16 13:45:58 +0100
commitb46a93f225908da05ff54d40728c59ad8adf7c18 (patch)
tree0a9e4eb472c76d327b351146cd48235c8800213a /stats/pwc-current.json
parent3fcb9f30150a3cc326f924e0c61e3b8e670f6aa5 (diff)
downloadperlweeklychallenge-club-b46a93f225908da05ff54d40728c59ad8adf7c18.tar.gz
perlweeklychallenge-club-b46a93f225908da05ff54d40728c59ad8adf7c18.tar.bz2
perlweeklychallenge-club-b46a93f225908da05ff54d40728c59ad8adf7c18.zip
- Added solution by Scimon Proctor.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json82
1 files changed, 41 insertions, 41 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 18a1453f5c..c35473764e 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,61 +1,51 @@
{
+ "title" : {
+ "text" : "Perl Weekly Challenge - 026"
+ },
"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
},
- "legend" : {
- "enabled" : 0
- },
- "subtitle" : {
- "text" : "[Champions: 4] Last updated at 2019-09-16 10:23:36 GMT"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- }
- }
- },
"series" : [
{
+ "name" : "Perl Weekly Challenge - 026",
"data" : [
{
- "drilldown" : "Roger Bell West",
+ "y" : 4,
"name" : "Roger Bell West",
- "y" : 4
+ "drilldown" : "Roger Bell West"
},
{
"name" : "Simon Proctor",
"drilldown" : "Simon Proctor",
- "y" : 1
+ "y" : 2
},
{
- "drilldown" : "Steven Wilson",
"name" : "Steven Wilson",
+ "drilldown" : "Steven Wilson",
"y" : 2
},
{
- "y" : 2,
"drilldown" : "Yet Ebreo",
- "name" : "Yet Ebreo"
+ "name" : "Yet Ebreo",
+ "y" : 2
}
],
- "name" : "Perl Weekly Challenge - 026",
"colorByPoint" : 1
}
],
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
"drilldown" : {
"series" : [
{
"name" : "Roger Bell West",
+ "id" : "Roger Bell West",
"data" : [
[
"Perl 5",
@@ -65,48 +55,58 @@
"Perl 6",
2
]
- ],
- "id" : "Roger Bell West"
+ ]
},
{
- "id" : "Simon Proctor",
"data" : [
[
"Perl 6",
- 1
+ 2
]
],
+ "id" : "Simon Proctor",
"name" : "Simon Proctor"
},
{
- "id" : "Steven Wilson",
- "name" : "Steven Wilson",
"data" : [
[
"Perl 5",
2
]
- ]
+ ],
+ "id" : "Steven Wilson",
+ "name" : "Steven Wilson"
},
{
"name" : "Yet Ebreo",
+ "id" : "Yet Ebreo",
"data" : [
[
"Perl 5",
2
]
- ],
- "id" : "Yet Ebreo"
+ ]
}
]
},
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ },
+ "borderWidth" : 0
+ }
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
"xAxis" : {
"type" : "category"
},
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 026"
+ "subtitle" : {
+ "text" : "[Champions: 4] Last updated at 2019-09-16 12:45:42 GMT"
}
}