aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json75
1 files changed, 45 insertions, 30 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 20c591bbb2..416285344a 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,9 +1,41 @@
{
+ "subtitle" : {
+ "text" : "[Champions: 2] Last updated at 2019-05-07 12:16:29 GMT"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 007"
+ },
+ "tooltip" : {
+ "followPointer" : 1,
+ "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/>"
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
"drilldown" : {
"series" : [
{
"name" : "Ozzy",
- "id" : "Ozzy",
+ "data" : [
+ [
+ "Perl 6",
+ 1
+ ]
+ ],
+ "id" : "Ozzy"
+ },
+ {
+ "id" : "Simon Proctor",
+ "name" : "Simon Proctor",
"data" : [
[
"Perl 6",
@@ -13,51 +45,34 @@
}
]
},
- "title" : {
- "text" : "Perl Weekly Challenge - 007"
- },
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2019-05-07 10:49:30 GMT"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "chart" : {
+ "type" : "column"
},
"plotOptions" : {
"series" : {
"dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
+ "format" : "{point.y}",
+ "enabled" : 1
},
"borderWidth" : 0
}
},
- "chart" : {
- "type" : "column"
- },
"series" : [
{
- "name" : "Champions",
"colorByPoint" : 1,
"data" : [
{
"name" : "Ozzy",
"drilldown" : "Ozzy",
"y" : 1
+ },
+ {
+ "drilldown" : "Simon Proctor",
+ "name" : "Simon Proctor",
+ "y" : 1
}
- ]
+ ],
+ "name" : "Champions"
}
- ],
- "tooltip" : {
- "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
- },
- "legend" : {
- "enabled" : 0
- },
- "xAxis" : {
- "type" : "category"
- }
+ ]
}