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.json71
1 files changed, 45 insertions, 26 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 8f530a851f..6630583da0 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,7 +1,26 @@
{
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
"drilldown" : {
"series" : [
{
+ "name" : "Roger Bell West",
+ "data" : [
+ [
+ "Perl 5",
+ 2
+ ],
+ [
+ "Perl 6",
+ 2
+ ]
+ ],
+ "id" : "Roger Bell West"
+ },
+ {
"name" : "Steven Wilson",
"data" : [
[
@@ -13,66 +32,66 @@
},
{
"id" : "Yet Ebreo",
+ "name" : "Yet Ebreo",
"data" : [
[
"Perl 5",
2
]
- ],
- "name" : "Yet Ebreo"
+ ]
}
]
},
"series" : [
{
- "colorByPoint" : 1,
+ "name" : "Perl Weekly Challenge - 026",
"data" : [
{
- "name" : "Steven Wilson",
+ "drilldown" : "Roger Bell West",
+ "name" : "Roger Bell West",
+ "y" : 4
+ },
+ {
"drilldown" : "Steven Wilson",
+ "name" : "Steven Wilson",
"y" : 2
},
{
+ "drilldown" : "Yet Ebreo",
"name" : "Yet Ebreo",
- "y" : 2,
- "drilldown" : "Yet Ebreo"
+ "y" : 2
}
],
- "name" : "Perl Weekly Challenge - 026"
+ "colorByPoint" : 1
}
],
- "title" : {
- "text" : "Perl Weekly Challenge - 026"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "subtitle" : {
- "text" : "[Champions: 2] Last updated at 2019-09-16 07:51:19 GMT"
+ "legend" : {
+ "enabled" : 0
},
"chart" : {
"type" : "column"
},
- "xAxis" : {
- "type" : "category"
+ "title" : {
+ "text" : "Perl Weekly Challenge - 026"
},
"tooltip" : {
"followPointer" : 1,
"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/>"
},
+ "xAxis" : {
+ "type" : "category"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 3] Last updated at 2019-09-16 07:55:35 GMT"
+ },
"plotOptions" : {
"series" : {
+ "borderWidth" : 0,
"dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- },
- "borderWidth" : 0
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
}
- },
- "legend" : {
- "enabled" : 0
}
}