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.json103
1 files changed, 61 insertions, 42 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index b84d73b30b..f116c62b23 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,75 +1,77 @@
{
+ "title" : {
+ "text" : "The Weekly Challenge - 123"
+ },
"series" : [
{
"name" : "The Weekly Challenge - 123",
+ "colorByPoint" : 1,
"data" : [
{
- "name" : "Cheok-Yin Fung",
"drilldown" : "Cheok-Yin Fung",
- "y" : 2
+ "y" : 2,
+ "name" : "Cheok-Yin Fung"
},
{
- "y" : 3,
+ "name" : "James Smith",
"drilldown" : "James Smith",
- "name" : "James Smith"
+ "y" : 3
},
{
+ "name" : "Lucas Ransan",
"drilldown" : "Lucas Ransan",
- "y" : 2,
- "name" : "Lucas Ransan"
+ "y" : 2
},
{
- "name" : "Markus Holzer",
"drilldown" : "Markus Holzer",
- "y" : 2
+ "y" : 2,
+ "name" : "Markus Holzer"
},
{
+ "name" : "Niels van Dijke",
"drilldown" : "Niels van Dijke",
- "y" : 2,
- "name" : "Niels van Dijke"
+ "y" : 2
},
{
+ "name" : "Simon Green",
+ "drilldown" : "Simon Green",
+ "y" : 3
+ },
+ {
+ "name" : "Simon Proctor",
"y" : 2,
- "drilldown" : "Simon Proctor",
- "name" : "Simon Proctor"
+ "drilldown" : "Simon Proctor"
}
- ],
- "colorByPoint" : 1
+ ]
}
],
- "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
},
"subtitle" : {
- "text" : "[Champions: 6] Last updated at 2021-07-27 21:36:14 GMT"
+ "text" : "[Champions: 7] Last updated at 2021-07-27 21:50:37 GMT"
},
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
},
- "tooltip" : {
- "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
- "followPointer" : 1,
- "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
- },
"drilldown" : {
"series" : [
{
- "id" : "Cheok-Yin Fung",
+ "name" : "Cheok-Yin Fung",
"data" : [
[
"Perl",
2
]
],
- "name" : "Cheok-Yin Fung"
+ "id" : "Cheok-Yin Fung"
},
{
"data" : [
@@ -86,24 +88,24 @@
"name" : "James Smith"
},
{
+ "name" : "Lucas Ransan",
"data" : [
[
"Raku",
2
]
],
- "id" : "Lucas Ransan",
- "name" : "Lucas Ransan"
+ "id" : "Lucas Ransan"
},
{
- "id" : "Markus Holzer",
+ "name" : "Markus Holzer",
"data" : [
[
"Raku",
2
]
],
- "name" : "Markus Holzer"
+ "id" : "Markus Holzer"
},
{
"name" : "Niels van Dijke",
@@ -116,6 +118,20 @@
]
},
{
+ "name" : "Simon Green",
+ "id" : "Simon Green",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ]
+ },
+ {
"id" : "Simon Proctor",
"data" : [
[
@@ -127,16 +143,19 @@
}
]
},
- "title" : {
- "text" : "The Weekly Challenge - 123"
- },
- "legend" : {
- "enabled" : 0
- },
- "xAxis" : {
- "type" : "category"
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
+ }
},
"chart" : {
"type" : "column"
+ },
+ "legend" : {
+ "enabled" : 0
}
}