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.json87
1 files changed, 51 insertions, 36 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 69fa0a6b4f..74da7897fa 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,27 +1,25 @@
{
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
"series" : [
{
- "name" : "Perl Weekly Challenge - 080",
- "colorByPoint" : 1,
"data" : [
{
+ "name" : "Lubos Kolouch",
"drilldown" : "Lubos Kolouch",
- "y" : 2,
- "name" : "Lubos Kolouch"
+ "y" : 2
},
{
- "name" : "Mark Anderson",
+ "drilldown" : "Mark Anderson",
"y" : 2,
- "drilldown" : "Mark Anderson"
+ "name" : "Mark Anderson"
+ },
+ {
+ "name" : "Myoungjin Jeon",
+ "drilldown" : "Myoungjin Jeon",
+ "y" : 1
},
{
- "drilldown" : "Roger Bell_West",
"name" : "Roger Bell_West",
+ "drilldown" : "Roger Bell_West",
"y" : 4
},
{
@@ -29,25 +27,30 @@
"y" : 2,
"drilldown" : "Simon Proctor"
}
- ]
+ ],
+ "colorByPoint" : 1,
+ "name" : "Perl Weekly Challenge - 080"
}
],
+ "chart" : {
+ "type" : "column"
+ },
"plotOptions" : {
"series" : {
+ "borderWidth" : 0,
"dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- },
- "borderWidth" : 0
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
}
},
- "chart" : {
- "type" : "column"
+ "legend" : {
+ "enabled" : 0
},
- "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/>"
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
},
"drilldown" : {
"series" : [
@@ -62,18 +65,26 @@
]
},
{
+ "id" : "Mark Anderson",
"name" : "Mark Anderson",
"data" : [
[
"Raku",
2
]
- ],
- "id" : "Mark Anderson"
+ ]
+ },
+ {
+ "name" : "Myoungjin Jeon",
+ "id" : "Myoungjin Jeon",
+ "data" : [
+ [
+ "Blog",
+ 1
+ ]
+ ]
},
{
- "name" : "Roger Bell_West",
- "id" : "Roger Bell_West",
"data" : [
[
"Perl",
@@ -83,30 +94,34 @@
"Raku",
2
]
- ]
+ ],
+ "id" : "Roger Bell_West",
+ "name" : "Roger Bell_West"
},
{
+ "name" : "Simon Proctor",
"id" : "Simon Proctor",
"data" : [
[
"Raku",
2
]
- ],
- "name" : "Simon Proctor"
+ ]
}
]
},
- "subtitle" : {
- "text" : "[Champions: 4] Last updated at 2020-09-29 04:32:19 GMT"
- },
- "legend" : {
- "enabled" : 0
- },
"title" : {
"text" : "Perl Weekly Challenge - 080"
},
+ "tooltip" : {
+ "followPointer" : 1,
+ "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/>"
+ },
"xAxis" : {
"type" : "category"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 5] Last updated at 2020-09-29 04:38:26 GMT"
}
}