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.json91
1 files changed, 53 insertions, 38 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 8d4b36d1b2..9cabcad4ef 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,60 +1,51 @@
{
- "legend" : {
- "enabled" : 0
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
},
- "chart" : {
- "type" : "column"
+ "subtitle" : {
+ "text" : "[Champions: 3] Last updated at 2022-04-05 12:58:21 GMT"
},
- "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/>"
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ },
+ "borderWidth" : 0
+ }
+ },
+ "xAxis" : {
+ "type" : "category"
},
"series" : [
{
"data" : [
{
- "name" : "James Smith",
"y" : 3,
+ "name" : "James Smith",
"drilldown" : "James Smith"
},
{
- "drilldown" : "Roger Bell_West",
+ "y" : 2,
+ "name" : "Mark Anderson",
+ "drilldown" : "Mark Anderson"
+ },
+ {
"y" : 4,
- "name" : "Roger Bell_West"
+ "name" : "Roger Bell_West",
+ "drilldown" : "Roger Bell_West"
}
],
"name" : "The Weekly Challenge - 159",
"colorByPoint" : 1
}
],
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- },
- "borderWidth" : 0
- }
- },
- "title" : {
- "text" : "The Weekly Challenge - 159"
- },
- "subtitle" : {
- "text" : "[Champions: 2] Last updated at 2022-04-05 12:52:32 GMT"
- },
- "xAxis" : {
- "type" : "category"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
"drilldown" : {
"series" : [
{
- "id" : "James Smith",
+ "name" : "James Smith",
"data" : [
[
"Perl",
@@ -65,10 +56,19 @@
1
]
],
- "name" : "James Smith"
+ "id" : "James Smith"
+ },
+ {
+ "name" : "Mark Anderson",
+ "data" : [
+ [
+ "Raku",
+ 2
+ ]
+ ],
+ "id" : "Mark Anderson"
},
{
- "name" : "Roger Bell_West",
"data" : [
[
"Perl",
@@ -79,8 +79,23 @@
2
]
],
- "id" : "Roger Bell_West"
+ "id" : "Roger Bell_West",
+ "name" : "Roger Bell_West"
}
]
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge - 159"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
+ "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
}
}