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.json81
1 files changed, 48 insertions, 33 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 2a16973945..4ac62b7cff 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,16 +1,14 @@
{
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
- }
+ "title" : {
+ "text" : "The Weekly Challenge - 185"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 3] Last updated at 2022-10-03 12:08:31 GMT"
},
"drilldown" : {
"series" : [
{
+ "id" : "Luca Ferrari",
"data" : [
[
"Raku",
@@ -21,62 +19,79 @@
6
]
],
- "name" : "Luca Ferrari",
- "id" : "Luca Ferrari"
+ "name" : "Luca Ferrari"
},
{
- "id" : "Mark Anderson",
+ "name" : "Mark Anderson",
"data" : [
[
"Raku",
2
]
],
- "name" : "Mark Anderson"
+ "id" : "Mark Anderson"
+ },
+ {
+ "name" : "Niels van Dijke",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ],
+ "id" : "Niels van Dijke"
}
]
},
"series" : [
{
- "colorByPoint" : 1,
- "name" : "The Weekly Challenge - 185",
"data" : [
{
- "y" : 8,
+ "name" : "Luca Ferrari",
"drilldown" : "Luca Ferrari",
- "name" : "Luca Ferrari"
+ "y" : 8
},
{
- "y" : 2,
+ "name" : "Mark Anderson",
"drilldown" : "Mark Anderson",
- "name" : "Mark Anderson"
+ "y" : 2
+ },
+ {
+ "y" : 2,
+ "drilldown" : "Niels van Dijke",
+ "name" : "Niels van Dijke"
}
- ]
+ ],
+ "colorByPoint" : 1,
+ "name" : "The Weekly Challenge - 185"
}
],
- "subtitle" : {
- "text" : "[Champions: 2] Last updated at 2022-10-03 11:57:26 GMT"
+ "xAxis" : {
+ "type" : "category"
},
"tooltip" : {
- "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
"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"
- }
- },
- "xAxis" : {
- "type" : "category"
- },
"chart" : {
"type" : "column"
},
- "title" : {
- "text" : "The Weekly Challenge - 185"
- },
"legend" : {
"enabled" : 0
+ },
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ },
+ "borderWidth" : 0
+ }
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
}
}