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.json113
1 files changed, 66 insertions, 47 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 27df502d22..11ac180071 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,55 +1,65 @@
{
- "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/>"
+ "subtitle" : {
+ "text" : "[Champions: 9] Last updated at 2021-12-14 13:22:51 GMT"
},
- "legend" : {
- "enabled" : 0
+ "title" : {
+ "text" : "The Weekly Challenge - 143"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
},
"plotOptions" : {
"series" : {
"dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
+ "format" : "{point.y}",
+ "enabled" : 1
},
"borderWidth" : 0
}
},
- "title" : {
- "text" : "The Weekly Challenge - 143"
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
+ "name" : "The Weekly Challenge - 143",
+ "colorByPoint" : 1,
"data" : [
{
+ "name" : "Dave Jacoby",
+ "y" : 3,
+ "drilldown" : "Dave Jacoby"
+ },
+ {
"drilldown" : "E. Choroba",
"y" : 2,
"name" : "E. Choroba"
},
{
- "drilldown" : "Luca Ferrari",
"y" : 5,
- "name" : "Luca Ferrari"
+ "name" : "Luca Ferrari",
+ "drilldown" : "Luca Ferrari"
},
{
- "y" : 1,
"drilldown" : "Mohammad S Anwar",
- "name" : "Mohammad S Anwar"
+ "name" : "Mohammad S Anwar",
+ "y" : 1
},
{
+ "drilldown" : "Olivier Delouya",
"name" : "Olivier Delouya",
- "y" : 1,
- "drilldown" : "Olivier Delouya"
+ "y" : 1
},
{
+ "name" : "Paulo Custodio",
"y" : 2,
- "drilldown" : "Paulo Custodio",
- "name" : "Paulo Custodio"
+ "drilldown" : "Paulo Custodio"
},
{
- "name" : "Robert DiCicco",
"y" : 2,
+ "name" : "Robert DiCicco",
"drilldown" : "Robert DiCicco"
},
{
@@ -58,20 +68,32 @@
"name" : "Roger Bell_West"
},
{
+ "name" : "Ulrich Rieke",
"y" : 2,
- "drilldown" : "Ulrich Rieke",
- "name" : "Ulrich Rieke"
+ "drilldown" : "Ulrich Rieke"
}
- ],
- "name" : "The Weekly Challenge - 143",
- "colorByPoint" : 1
+ ]
}
],
"drilldown" : {
"series" : [
{
- "name" : "E. Choroba",
+ "id" : "Dave Jacoby",
+ "name" : "Dave Jacoby",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ]
+ },
+ {
"id" : "E. Choroba",
+ "name" : "E. Choroba",
"data" : [
[
"Perl",
@@ -81,6 +103,7 @@
},
{
"name" : "Luca Ferrari",
+ "id" : "Luca Ferrari",
"data" : [
[
"Raku",
@@ -90,18 +113,17 @@
"Blog",
3
]
- ],
- "id" : "Luca Ferrari"
+ ]
},
{
+ "name" : "Mohammad S Anwar",
+ "id" : "Mohammad S Anwar",
"data" : [
[
"Perl",
1
]
- ],
- "id" : "Mohammad S Anwar",
- "name" : "Mohammad S Anwar"
+ ]
},
{
"data" : [
@@ -124,16 +146,18 @@
]
},
{
- "id" : "Robert DiCicco",
"data" : [
[
"Perl",
2
]
],
+ "id" : "Robert DiCicco",
"name" : "Robert DiCicco"
},
{
+ "id" : "Roger Bell_West",
+ "name" : "Roger Bell_West",
"data" : [
[
"Perl",
@@ -143,11 +167,10 @@
"Raku",
2
]
- ],
- "id" : "Roger Bell_West",
- "name" : "Roger Bell_West"
+ ]
},
{
+ "id" : "Ulrich Rieke",
"name" : "Ulrich Rieke",
"data" : [
[
@@ -158,23 +181,19 @@
"Raku",
1
]
- ],
- "id" : "Ulrich Rieke"
+ ]
}
]
},
- "xAxis" : {
- "type" : "category"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "legend" : {
+ "enabled" : 0
},
- "chart" : {
- "type" : "column"
+ "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/>"
},
- "subtitle" : {
- "text" : "[Champions: 8] Last updated at 2021-12-14 13:12:55 GMT"
+ "xAxis" : {
+ "type" : "category"
}
}