aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-04-22 14:13:33 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-04-22 14:13:33 +0100
commit7932b449f41098ce880a55869afa8e13bdd14e31 (patch)
tree3721521401a577502fd2ef6944d78a16cf412d98 /stats/pwc-current.json
parent08c5c6db5558eaf974a267e2fc73163134202b16 (diff)
downloadperlweeklychallenge-club-7932b449f41098ce880a55869afa8e13bdd14e31.tar.gz
perlweeklychallenge-club-7932b449f41098ce880a55869afa8e13bdd14e31.tar.bz2
perlweeklychallenge-club-7932b449f41098ce880a55869afa8e13bdd14e31.zip
- Added solutions by Robert Gratza.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json93
1 files changed, 54 insertions, 39 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index bd84729633..17242ea0b0 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,40 +1,14 @@
{
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2019-04-22 09:31:03 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "xAxis" : {
- "type" : "category"
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- }
- }
- },
- "series" : [
- {
- "name" : "Champions",
- "colorByPoint" : 1,
- "data" : [
- {
- "name" : "Francis Whittle",
- "y" : 2,
- "drilldown" : "Francis Whittle"
- }
- ]
- }
- ],
"title" : {
"text" : "Perl Weekly Challenge - 005"
},
- "legend" : {
- "enabled" : 0
+ "subtitle" : {
+ "text" : "[Champions: 2] Last updated at 2019-04-22 13:12:43 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
},
"drilldown" : {
"series" : [
@@ -47,17 +21,58 @@
2
]
]
+ },
+ {
+ "id" : "Robert Gratza",
+ "data" : [
+ [
+ "Perl 6",
+ 2
+ ]
+ ],
+ "name" : "Robert Gratza"
}
]
},
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "chart" : {
+ "type" : "column"
},
"tooltip" : {
- "followPointer" : 1,
+ "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
"headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
- "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
+ "followPointer" : 1
+ },
+ "series" : [
+ {
+ "name" : "Champions",
+ "data" : [
+ {
+ "name" : "Francis Whittle",
+ "drilldown" : "Francis Whittle",
+ "y" : 2
+ },
+ {
+ "name" : "Robert Gratza",
+ "drilldown" : "Robert Gratza",
+ "y" : 2
+ }
+ ],
+ "colorByPoint" : 1
+ }
+ ],
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ }
+ }
+ },
+ "legend" : {
+ "enabled" : 0
+ },
+ "xAxis" : {
+ "type" : "category"
}
}