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.json127
1 files changed, 73 insertions, 54 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 3d94d686c9..8cb1f297d9 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,50 +1,74 @@
{
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- },
- "borderWidth" : 0
- }
- },
- "subtitle" : {
- "text" : "[Champions: 3] Last updated at 2022-07-04 20:27:18 GMT"
- },
"chart" : {
"type" : "column"
},
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
+ "series" : [
+ {
+ "name" : "The Weekly Challenge - 172",
+ "colorByPoint" : 1,
+ "data" : [
+ {
+ "name" : "Mark Anderson",
+ "y" : 2,
+ "drilldown" : "Mark Anderson"
+ },
+ {
+ "name" : "PokGoPun",
+ "y" : 2,
+ "drilldown" : "PokGoPun"
+ },
+ {
+ "drilldown" : "Roger Bell_West",
+ "y" : 4,
+ "name" : "Roger Bell_West"
+ },
+ {
+ "name" : "W. Luis Mochan",
+ "y" : 3,
+ "drilldown" : "W. Luis Mochan"
+ }
+ ]
}
+ ],
+ "legend" : {
+ "enabled" : 0
},
- "xAxis" : {
- "type" : "category"
+ "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
+ },
+ "title" : {
+ "text" : "The Weekly Challenge - 172"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 4] Last updated at 2022-07-04 20:35:19 GMT"
},
"drilldown" : {
"series" : [
{
- "id" : "Mark Anderson",
"name" : "Mark Anderson",
"data" : [
[
"Raku",
2
]
- ]
+ ],
+ "id" : "Mark Anderson"
},
{
- "id" : "PokGoPun",
"name" : "PokGoPun",
"data" : [
[
"Perl",
2
]
- ]
+ ],
+ "id" : "PokGoPun"
},
{
+ "name" : "Roger Bell_West",
+ "id" : "Roger Bell_West",
"data" : [
[
"Perl",
@@ -54,44 +78,39 @@
"Raku",
2
]
+ ]
+ },
+ {
+ "id" : "W. Luis Mochan",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
],
- "name" : "Roger Bell_West",
- "id" : "Roger Bell_West"
+ "name" : "W. Luis Mochan"
}
]
},
- "title" : {
- "text" : "The Weekly Challenge - 172"
- },
- "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/>"
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
},
- "legend" : {
- "enabled" : 0
+ "xAxis" : {
+ "type" : "category"
},
- "series" : [
- {
- "colorByPoint" : 1,
- "name" : "The Weekly Challenge - 172",
- "data" : [
- {
- "y" : 2,
- "drilldown" : "Mark Anderson",
- "name" : "Mark Anderson"
- },
- {
- "drilldown" : "PokGoPun",
- "name" : "PokGoPun",
- "y" : 2
- },
- {
- "y" : 4,
- "drilldown" : "Roger Bell_West",
- "name" : "Roger Bell_West"
- }
- ]
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ }
}
- ]
+ }
}