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.json83
1 files changed, 49 insertions, 34 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 97cb99f2da..a53540813b 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,63 +1,78 @@
{
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2021-11-02 07:13:44 GMT"
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ }
+ }
},
"series" : [
{
- "name" : "The Weekly Challenge - 137",
"colorByPoint" : 1,
"data" : [
{
- "drilldown" : "Niels van Dijke",
- "name" : "Niels van Dijke",
+ "drilldown" : "Mark Anderson",
+ "name" : "Mark Anderson",
"y" : 2
+ },
+ {
+ "y" : 2,
+ "name" : "Niels van Dijke",
+ "drilldown" : "Niels van Dijke"
}
- ]
+ ],
+ "name" : "The Weekly Challenge - 137"
}
],
- "title" : {
- "text" : "The Weekly Challenge - 137"
+ "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/>"
+ "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
+ "followPointer" : 1
},
- "legend" : {
- "enabled" : 0
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge - 137"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 2] Last updated at 2021-11-02 07:25:26 GMT"
},
"drilldown" : {
"series" : [
{
"data" : [
[
- "Perl",
+ "Raku",
2
]
],
+ "name" : "Mark Anderson",
+ "id" : "Mark Anderson"
+ },
+ {
+ "name" : "Niels van Dijke",
"id" : "Niels van Dijke",
- "name" : "Niels van Dijke"
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ]
}
]
- },
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
- }
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "xAxis" : {
- "type" : "category"
- },
- "chart" : {
- "type" : "column"
}
}