aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-23 16:30:18 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-23 16:30:18 +0100
commita1b182e008f39e22a6fc9fd5884aa22ae2e99542 (patch)
treefd35ee03b990a4a6aa6df9b01b70354a100f970f /stats/pwc-current.json
parent52db807f6ab853366116a0ba7a790e7067756d7d (diff)
downloadperlweeklychallenge-club-a1b182e008f39e22a6fc9fd5884aa22ae2e99542.tar.gz
perlweeklychallenge-club-a1b182e008f39e22a6fc9fd5884aa22ae2e99542.tar.bz2
perlweeklychallenge-club-a1b182e008f39e22a6fc9fd5884aa22ae2e99542.zip
- Added empty template for Trenton Langer.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json88
1 files changed, 44 insertions, 44 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index c832687d0c..5cc7afd7a4 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,41 +1,10 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge - 027"
- },
- "series" : [
- {
- "name" : "Perl Weekly Challenge - 027",
- "colorByPoint" : 1,
- "data" : [
- {
- "drilldown" : "Roger Bell West",
- "y" : 3,
- "name" : "Roger Bell West"
- },
- {
- "drilldown" : "Yet Ebreo",
- "y" : 1,
- "name" : "Yet Ebreo"
- }
- ]
- }
- ],
- "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/>"
- },
- "legend" : {
- "enabled" : 0
- },
- "xAxis" : {
- "type" : "category"
+ "chart" : {
+ "type" : "column"
},
"drilldown" : {
"series" : [
{
- "id" : "Roger Bell West",
- "name" : "Roger Bell West",
"data" : [
[
"Perl 5",
@@ -45,38 +14,69 @@
"Perl 6",
1
]
- ]
+ ],
+ "name" : "Roger Bell West",
+ "id" : "Roger Bell West"
},
{
- "id" : "Yet Ebreo",
"data" : [
[
"Perl 5",
1
]
],
+ "id" : "Yet Ebreo",
"name" : "Yet Ebreo"
}
]
},
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "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/>"
},
"plotOptions" : {
"series" : {
+ "borderWidth" : 0,
"dataLabels" : {
"enabled" : 1,
"format" : "{point.y}"
- },
- "borderWidth" : 0
+ }
}
},
- "chart" : {
- "type" : "column"
+ "xAxis" : {
+ "type" : "category"
},
"subtitle" : {
- "text" : "[Champions: 2] Last updated at 2019-09-23 10:48:45 GMT"
+ "text" : "[Champions: 2] Last updated at 2019-09-23 15:30:06 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 027"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "series" : [
+ {
+ "colorByPoint" : 1,
+ "name" : "Perl Weekly Challenge - 027",
+ "data" : [
+ {
+ "drilldown" : "Roger Bell West",
+ "y" : 3,
+ "name" : "Roger Bell West"
+ },
+ {
+ "y" : 1,
+ "drilldown" : "Yet Ebreo",
+ "name" : "Yet Ebreo"
+ }
+ ]
+ }
+ ],
+ "legend" : {
+ "enabled" : 0
}
}