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.json89
1 files changed, 52 insertions, 37 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 84d7edb41c..f6ce7b848a 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,20 +1,26 @@
{
- "xAxis" : {
- "type" : "category"
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
},
"plotOptions" : {
"series" : {
"borderWidth" : 0,
"dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
+ "format" : "{point.y}",
+ "enabled" : 1
}
}
},
+ "subtitle" : {
+ "text" : "[Champions: 4] Last updated at 2020-09-07 16:18:41 GMT"
+ },
"drilldown" : {
"series" : [
{
"name" : "Andrew Shitov",
+ "id" : "Andrew Shitov",
"data" : [
[
"Raku",
@@ -24,8 +30,17 @@
"Blog",
1
]
+ ]
+ },
+ {
+ "data" : [
+ [
+ "Raku",
+ 2
+ ]
],
- "id" : "Andrew Shitov"
+ "id" : "Mark Anderson",
+ "name" : "Mark Anderson"
},
{
"name" : "Roger Bell_West",
@@ -53,49 +68,49 @@
}
]
},
- "title" : {
- "text" : "Perl Weekly Challenge - 077"
- },
- "tooltip" : {
- "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
- "followPointer" : 1,
- "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>"
- },
- "subtitle" : {
- "text" : "[Champions: 3] Last updated at 2020-09-07 15:51:55 GMT"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "chart" : {
- "type" : "column"
- },
- "legend" : {
- "enabled" : 0
- },
"series" : [
{
+ "colorByPoint" : 1,
+ "name" : "Perl Weekly Challenge - 077",
"data" : [
{
"drilldown" : "Andrew Shitov",
- "name" : "Andrew Shitov",
- "y" : 2
+ "y" : 2,
+ "name" : "Andrew Shitov"
+ },
+ {
+ "y" : 2,
+ "drilldown" : "Mark Anderson",
+ "name" : "Mark Anderson"
},
{
- "drilldown" : "Roger Bell_West",
"name" : "Roger Bell_West",
- "y" : 4
+ "y" : 4,
+ "drilldown" : "Roger Bell_West"
},
{
"name" : "Simon Proctor",
- "drilldown" : "Simon Proctor",
- "y" : 2
+ "y" : 2,
+ "drilldown" : "Simon Proctor"
}
- ],
- "name" : "Perl Weekly Challenge - 077",
- "colorByPoint" : 1
+ ]
}
- ]
+ ],
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
+ "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/>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 077"
+ }
}