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.json119
1 files changed, 69 insertions, 50 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 02e91093ca..ec90569520 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,34 +1,65 @@
{
- "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/>"
- },
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
},
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ },
+ "borderWidth" : 0
+ }
+ },
+ "series" : [
+ {
+ "name" : "The Weekly Challenge - 169",
+ "data" : [
+ {
+ "drilldown" : "Mark Anderson",
+ "name" : "Mark Anderson",
+ "y" : 2
+ },
+ {
+ "name" : "Roger Bell_West",
+ "y" : 4,
+ "drilldown" : "Roger Bell_West"
+ },
+ {
+ "name" : "Simon Green",
+ "y" : 3,
+ "drilldown" : "Simon Green"
+ },
+ {
+ "name" : "Stephen G Lynn",
+ "y" : 4,
+ "drilldown" : "Stephen G Lynn"
+ }
+ ],
+ "colorByPoint" : 1
+ }
+ ],
"title" : {
"text" : "The Weekly Challenge - 169"
},
+ "legend" : {
+ "enabled" : 0
+ },
"drilldown" : {
"series" : [
{
+ "id" : "Mark Anderson",
+ "name" : "Mark Anderson",
"data" : [
[
"Raku",
2
]
- ],
- "name" : "Mark Anderson",
- "id" : "Mark Anderson"
+ ]
},
{
- "id" : "Roger Bell_West",
"name" : "Roger Bell_West",
"data" : [
[
@@ -39,9 +70,11 @@
"Raku",
2
]
- ]
+ ],
+ "id" : "Roger Bell_West"
},
{
+ "id" : "Simon Green",
"data" : [
[
"Perl",
@@ -52,50 +85,36 @@
1
]
],
- "id" : "Simon Green",
"name" : "Simon Green"
+ },
+ {
+ "id" : "Stephen G Lynn",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Raku",
+ 2
+ ]
+ ],
+ "name" : "Stephen G Lynn"
}
]
},
- "series" : [
- {
- "name" : "The Weekly Challenge - 169",
- "data" : [
- {
- "y" : 2,
- "name" : "Mark Anderson",
- "drilldown" : "Mark Anderson"
- },
- {
- "y" : 4,
- "name" : "Roger Bell_West",
- "drilldown" : "Roger Bell_West"
- },
- {
- "y" : 3,
- "drilldown" : "Simon Green",
- "name" : "Simon Green"
- }
- ],
- "colorByPoint" : 1
- }
- ],
+ "xAxis" : {
+ "type" : "category"
+ },
"chart" : {
"type" : "column"
},
- "legend" : {
- "enabled" : 0
- },
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- },
- "borderWidth" : 0
- }
- },
"subtitle" : {
- "text" : "[Champions: 3] Last updated at 2022-06-13 17:54:37 GMT"
+ "text" : "[Champions: 4] Last updated at 2022-06-13 18:01:25 GMT"
+ },
+ "tooltip" : {
+ "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/>",
+ "followPointer" : 1
}
}