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.json101
1 files changed, 58 insertions, 43 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 997500583d..e7d03f6bef 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,15 +1,4 @@
{
- "subtitle" : {
- "text" : "[Champions: 4] Last updated at 2020-09-21 21:04:42 GMT"
- },
- "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
- },
- "xAxis" : {
- "type" : "category"
- },
"drilldown" : {
"series" : [
{
@@ -23,14 +12,24 @@
"name" : "Dave Cross"
},
{
- "name" : "Mark Anderson",
"data" : [
[
"Raku",
2
]
],
- "id" : "Mark Anderson"
+ "id" : "Mark Anderson",
+ "name" : "Mark Anderson"
+ },
+ {
+ "name" : "Markus Holzer",
+ "id" : "Markus Holzer",
+ "data" : [
+ [
+ "Raku",
+ 2
+ ]
+ ]
},
{
"id" : "Simon Proctor",
@@ -54,54 +53,70 @@
}
]
},
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- }
- }
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 079"
- },
- "chart" : {
- "type" : "column"
- },
"series" : [
{
- "name" : "Perl Weekly Challenge - 079",
"data" : [
{
- "y" : 2,
"drilldown" : "Dave Cross",
- "name" : "Dave Cross"
+ "name" : "Dave Cross",
+ "y" : 2
},
{
- "y" : 2,
+ "drilldown" : "Mark Anderson",
"name" : "Mark Anderson",
- "drilldown" : "Mark Anderson"
+ "y" : 2
+ },
+ {
+ "drilldown" : "Markus Holzer",
+ "y" : 2,
+ "name" : "Markus Holzer"
},
{
- "drilldown" : "Simon Proctor",
+ "y" : 2,
"name" : "Simon Proctor",
- "y" : 2
+ "drilldown" : "Simon Proctor"
},
{
+ "name" : "Vinod Kumar K",
"y" : 1,
- "drilldown" : "Vinod Kumar K",
- "name" : "Vinod Kumar K"
+ "drilldown" : "Vinod Kumar K"
}
],
- "colorByPoint" : 1
+ "colorByPoint" : 1,
+ "name" : "Perl Weekly Challenge - 079"
}
],
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 5] Last updated at 2020-09-21 21:15:29 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 079"
+ },
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ }
+ }
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
+ "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
+ },
"legend" : {
"enabled" : 0
}