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.json109
1 files changed, 64 insertions, 45 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index e5f454f450..e27b20435a 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,15 +1,37 @@
{
+ "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/>"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 004"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 6] Last updated at 2019-04-15 20:37:27 GMT"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
"drilldown" : {
"series" : [
{
+ "id" : "Abigail",
"name" : "Abigail",
"data" : [
[
"Perl 5",
2
]
- ],
- "id" : "Abigail"
+ ]
},
{
"id" : "Francis Whittle",
@@ -22,8 +44,8 @@
"name" : "Francis Whittle"
},
{
- "name" : "Dr James A. Smith",
"id" : "Dr James A. Smith",
+ "name" : "Dr James A. Smith",
"data" : [
[
"Perl 5",
@@ -36,92 +58,89 @@
]
},
{
- "id" : "Kivanc Yazan",
+ "name" : "Jo Christian Oterhals",
"data" : [
[
"Perl 5",
1
+ ],
+ [
+ "Perl 6",
+ 2
]
],
- "name" : "Kivanc Yazan"
+ "id" : "Jo Christian Oterhals"
},
{
+ "name" : "Kivanc Yazan",
"data" : [
[
"Perl 5",
1
]
],
+ "id" : "Kivanc Yazan"
+ },
+ {
"id" : "Maxim Kolodyazhny",
- "name" : "Maxim Kolodyazhny"
+ "name" : "Maxim Kolodyazhny",
+ "data" : [
+ [
+ "Perl 5",
+ 1
+ ]
+ ]
}
]
},
- "title" : {
- "text" : "Perl Weekly Challenge - 004"
- },
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "[Champions: 5] Last updated at 2019-04-15 16:39:07 GMT"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "legend" : {
- "enabled" : 0
- },
- "xAxis" : {
- "type" : "category"
- },
"series" : [
{
- "colorByPoint" : 1,
- "name" : "Champions",
"data" : [
{
+ "name" : "Abigail",
"drilldown" : "Abigail",
- "y" : 2,
- "name" : "Abigail"
+ "y" : 2
},
{
+ "y" : 1,
"drilldown" : "Francis Whittle",
- "name" : "Francis Whittle",
- "y" : 1
+ "name" : "Francis Whittle"
},
{
- "drilldown" : "Dr James A. Smith",
"y" : 4,
+ "drilldown" : "Dr James A. Smith",
"name" : "Dr James A. Smith"
},
{
+ "drilldown" : "Jo Christian Oterhals",
+ "name" : "Jo Christian Oterhals",
+ "y" : 3
+ },
+ {
+ "y" : 1,
"drilldown" : "Kivanc Yazan",
- "name" : "Kivanc Yazan",
- "y" : 1
+ "name" : "Kivanc Yazan"
},
{
+ "y" : 1,
"drilldown" : "Maxim Kolodyazhny",
- "name" : "Maxim Kolodyazhny",
- "y" : 1
+ "name" : "Maxim Kolodyazhny"
}
- ]
+ ],
+ "colorByPoint" : 1,
+ "name" : "Champions"
}
],
- "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/>"
- },
"plotOptions" : {
"series" : {
- "borderWidth" : 0,
"dataLabels" : {
"enabled" : 1,
"format" : "{point.y}"
- }
+ },
+ "borderWidth" : 0
}
+ },
+ "xAxis" : {
+ "type" : "category"
}
}