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.json105
1 files changed, 62 insertions, 43 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index ca287e9412..b2d67ec0c8 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,52 +1,59 @@
{
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge - 168"
+ },
+ "tooltip" : {
+ "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/>"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
"series" : [
{
+ "colorByPoint" : 1,
"name" : "The Weekly Challenge - 168",
"data" : [
{
+ "name" : "Luca Ferrari",
"drilldown" : "Luca Ferrari",
- "y" : 8,
- "name" : "Luca Ferrari"
+ "y" : 8
},
{
+ "name" : "Mark Anderson",
"drilldown" : "Mark Anderson",
- "y" : 2,
- "name" : "Mark Anderson"
+ "y" : 2
+ },
+ {
+ "name" : "Peter Campbell Smith",
+ "drilldown" : "Peter Campbell Smith",
+ "y" : 3
},
{
- "y" : 4,
+ "name" : "Roger Bell_West",
"drilldown" : "Roger Bell_West",
- "name" : "Roger Bell_West"
+ "y" : 4
},
{
"name" : "Ryan Thompson",
"y" : 6,
"drilldown" : "Ryan Thompson"
}
- ],
- "colorByPoint" : 1
+ ]
}
],
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "[Champions: 4] Last updated at 2022-06-07 12:12:06 GMT"
- },
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
- }
- },
"drilldown" : {
"series" : [
{
@@ -74,18 +81,32 @@
]
},
{
+ "name" : "Peter Campbell Smith",
"data" : [
[
"Perl",
2
],
[
- "Raku",
- 2
+ "Blog",
+ 1
]
],
+ "id" : "Peter Campbell Smith"
+ },
+ {
+ "id" : "Roger Bell_West",
"name" : "Roger Bell_West",
- "id" : "Roger Bell_West"
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Raku",
+ 2
+ ]
+ ]
},
{
"id" : "Ryan Thompson",
@@ -107,18 +128,16 @@
}
]
},
- "xAxis" : {
- "type" : "category"
- },
- "title" : {
- "text" : "The Weekly Challenge - 168"
- },
- "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/>"
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ },
+ "borderWidth" : 0
+ }
},
- "legend" : {
- "enabled" : 0
+ "subtitle" : {
+ "text" : "[Champions: 5] Last updated at 2022-06-07 12:37:23 GMT"
}
}