aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-12-16 15:38:56 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-12-16 15:38:56 +0000
commit492fba07de446fa8191dd258fc41feeb5663626a (patch)
tree592302da4667fb10ed734261a733371cde4eac75 /stats/pwc-current.json
parente88fb0046f796c9d9b50910750daacc32c18c3b5 (diff)
downloadperlweeklychallenge-club-492fba07de446fa8191dd258fc41feeb5663626a.tar.gz
perlweeklychallenge-club-492fba07de446fa8191dd258fc41feeb5663626a.tar.bz2
perlweeklychallenge-club-492fba07de446fa8191dd258fc41feeb5663626a.zip
- Added solution by Steven Wilson.
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 d5de3f11c9..0f0e966203 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,7 +1,26 @@
{
+ "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/>"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 2] Last updated at 2019-12-16 15:38:33 GMT"
+ },
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ }
+ }
+ },
"drilldown" : {
"series" : [
{
+ "name" : "Roger Bell West",
+ "id" : "Roger Bell West",
"data" : [
[
"Perl 5",
@@ -11,72 +30,53 @@
"Perl 6",
2
]
- ],
- "name" : "Roger Bell West",
- "id" : "Roger Bell West"
+ ]
},
{
+ "id" : "Steven Wilson",
+ "name" : "Steven Wilson",
"data" : [
[
"Perl 5",
- 1
+ 2
]
- ],
- "name" : "Steven Wilson",
- "id" : "Steven Wilson"
+ ]
}
]
},
- "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
- },
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
- }
+ "chart" : {
+ "type" : "column"
},
"legend" : {
"enabled" : 0
},
- "title" : {
- "text" : "Perl Weekly Challenge - 039"
- },
- "subtitle" : {
- "text" : "[Champions: 2] Last updated at 2019-12-16 15:33:41 GMT"
- },
"xAxis" : {
"type" : "category"
},
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "title" : {
+ "text" : "Perl Weekly Challenge - 039"
},
"series" : [
{
- "colorByPoint" : 1,
- "name" : "Perl Weekly Challenge - 039",
"data" : [
{
- "y" : 4,
"name" : "Roger Bell West",
- "drilldown" : "Roger Bell West"
+ "drilldown" : "Roger Bell West",
+ "y" : 4
},
{
"name" : "Steven Wilson",
- "y" : 1,
- "drilldown" : "Steven Wilson"
+ "drilldown" : "Steven Wilson",
+ "y" : 2
}
- ]
+ ],
+ "name" : "Perl Weekly Challenge - 039",
+ "colorByPoint" : 1
+ }
+ ],
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
}
- ]
+ }
}