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.json198
1 files changed, 99 insertions, 99 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index f682dadce0..211c58393a 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,31 +1,25 @@
{
- "xAxis" : {
- "type" : "category"
- },
- "subtitle" : {
- "text" : "[Champions: 18] Last updated at 2022-02-13 10:06:18 GMT"
- },
- "legend" : {
- "enabled" : 0
+ "chart" : {
+ "type" : "column"
},
- "title" : {
- "text" : "The Weekly Challenge - 151"
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
},
"drilldown" : {
"series" : [
{
+ "id" : "Abigail",
"name" : "Abigail",
"data" : [
[
"Perl",
2
]
- ],
- "id" : "Abigail"
+ ]
},
{
- "id" : "Athanasius",
- "name" : "Athanasius",
"data" : [
[
"Perl",
@@ -35,30 +29,31 @@
"Raku",
2
]
- ]
+ ],
+ "id" : "Athanasius",
+ "name" : "Athanasius"
},
{
"id" : "Cheok-Yin Fung",
+ "name" : "Cheok-Yin Fung",
"data" : [
[
"Perl",
1
]
- ],
- "name" : "Cheok-Yin Fung"
+ ]
},
{
- "id" : "Colin Crain",
"data" : [
[
"Blog",
1
]
],
+ "id" : "Colin Crain",
"name" : "Colin Crain"
},
{
- "name" : "Dave Jacoby",
"data" : [
[
"Perl",
@@ -69,17 +64,18 @@
1
]
],
+ "name" : "Dave Jacoby",
"id" : "Dave Jacoby"
},
{
+ "id" : "E. Choroba",
+ "name" : "E. Choroba",
"data" : [
[
"Perl",
2
]
- ],
- "name" : "E. Choroba",
- "id" : "E. Choroba"
+ ]
},
{
"data" : [
@@ -88,10 +84,11 @@
1
]
],
- "name" : "Feng Chang",
- "id" : "Feng Chang"
+ "id" : "Feng Chang",
+ "name" : "Feng Chang"
},
{
+ "name" : "Flavio Poletti",
"id" : "Flavio Poletti",
"data" : [
[
@@ -106,11 +103,9 @@
"Blog",
2
]
- ],
- "name" : "Flavio Poletti"
+ ]
},
{
- "id" : "James Smith",
"data" : [
[
"Perl",
@@ -121,6 +116,7 @@
1
]
],
+ "id" : "James Smith",
"name" : "James Smith"
},
{
@@ -134,18 +130,18 @@
"id" : "Jorg Sommrey"
},
{
- "id" : "Lubos Kolouch",
- "name" : "Lubos Kolouch",
"data" : [
[
"Perl",
2
]
- ]
+ ],
+ "id" : "Lubos Kolouch",
+ "name" : "Lubos Kolouch"
},
{
- "id" : "Mark Anderson",
"name" : "Mark Anderson",
+ "id" : "Mark Anderson",
"data" : [
[
"Raku",
@@ -154,17 +150,16 @@
]
},
{
+ "name" : "Mohammad S Anwar",
+ "id" : "Mohammad S Anwar",
"data" : [
[
"Perl",
1
]
- ],
- "name" : "Mohammad S Anwar",
- "id" : "Mohammad S Anwar"
+ ]
},
{
- "name" : "Peter Campbell Smith",
"data" : [
[
"Perl",
@@ -175,11 +170,10 @@
1
]
],
- "id" : "Peter Campbell Smith"
+ "id" : "Peter Campbell Smith",
+ "name" : "Peter Campbell Smith"
},
{
- "id" : "Roger Bell_West",
- "name" : "Roger Bell_West",
"data" : [
[
"Perl",
@@ -193,11 +187,11 @@
"Blog",
1
]
- ]
+ ],
+ "id" : "Roger Bell_West",
+ "name" : "Roger Bell_West"
},
{
- "id" : "Simon Green",
- "name" : "Simon Green",
"data" : [
[
"Perl",
@@ -207,10 +201,11 @@
"Blog",
1
]
- ]
+ ],
+ "id" : "Simon Green",
+ "name" : "Simon Green"
},
{
- "id" : "Ulrich Rieke",
"data" : [
[
"Perl",
@@ -221,11 +216,10 @@
2
]
],
+ "id" : "Ulrich Rieke",
"name" : "Ulrich Rieke"
},
{
- "id" : "W. Luis Mochan",
- "name" : "W. Luis Mochan",
"data" : [
[
"Perl",
@@ -235,29 +229,51 @@
"Blog",
1
]
- ]
+ ],
+ "id" : "W. Luis Mochan",
+ "name" : "W. Luis Mochan"
}
]
},
+ "subtitle" : {
+ "text" : "[Champions: 18] Last updated at 2022-02-13 10:15:53 GMT"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge - 151"
+ },
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ }
+ }
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
"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/>"
+ "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/>"
},
"series" : [
{
"colorByPoint" : 1,
- "name" : "The Weekly Challenge - 151",
"data" : [
{
+ "name" : "Abigail",
"y" : 2,
- "drilldown" : "Abigail",
- "name" : "Abigail"
+ "drilldown" : "Abigail"
},
{
+ "drilldown" : "Athanasius",
"name" : "Athanasius",
- "y" : 4,
- "drilldown" : "Athanasius"
+ "y" : 4
},
{
"drilldown" : "Cheok-Yin Fung",
@@ -266,97 +282,81 @@
},
{
"y" : 1,
- "drilldown" : "Colin Crain",
- "name" : "Colin Crain"
+ "name" : "Colin Crain",
+ "drilldown" : "Colin Crain"
},
{
"name" : "Dave Jacoby",
- "drilldown" : "Dave Jacoby",
- "y" : 3
+ "y" : 3,
+ "drilldown" : "Dave Jacoby"
},
{
"y" : 2,
- "drilldown" : "E. Choroba",
- "name" : "E. Choroba"
+ "name" : "E. Choroba",
+ "drilldown" : "E. Choroba"
},
{
+ "name" : "Feng Chang",
"y" : 1,
- "drilldown" : "Feng Chang",
- "name" : "Feng Chang"
+ "drilldown" : "Feng Chang"
},
{
+ "name" : "Flavio Poletti",
"y" : 6,
- "drilldown" : "Flavio Poletti",
- "name" : "Flavio Poletti"
+ "drilldown" : "Flavio Poletti"
},
{
- "y" : 3,
"drilldown" : "James Smith",
+ "y" : 3,
"name" : "James Smith"
},
{
"y" : 2,
- "drilldown" : "Jorg Sommrey",
- "name" : "Jorg Sommrey"
+ "name" : "Jorg Sommrey",
+ "drilldown" : "Jorg Sommrey"
},
{
- "y" : 2,
"drilldown" : "Lubos Kolouch",
- "name" : "Lubos Kolouch"
+ "name" : "Lubos Kolouch",
+ "y" : 2
},
{
- "name" : "Mark Anderson",
"drilldown" : "Mark Anderson",
+ "name" : "Mark Anderson",
"y" : 2
},
{
- "y" : 1,
"drilldown" : "Mohammad S Anwar",
- "name" : "Mohammad S Anwar"
+ "name" : "Mohammad S Anwar",
+ "y" : 1
},
{
+ "name" : "Peter Campbell Smith",
"y" : 3,
- "drilldown" : "Peter Campbell Smith",
- "name" : "Peter Campbell Smith"
+ "drilldown" : "Peter Campbell Smith"
},
{
- "name" : "Roger Bell_West",
"y" : 5,
+ "name" : "Roger Bell_West",
"drilldown" : "Roger Bell_West"
},
{
- "drilldown" : "Simon Green",
"y" : 3,
- "name" : "Simon Green"
+ "name" : "Simon Green",
+ "drilldown" : "Simon Green"
},
{
"drilldown" : "Ulrich Rieke",
- "y" : 4,
- "name" : "Ulrich Rieke"
+ "name" : "Ulrich Rieke",
+ "y" : 4
},
{
"y" : 3,
- "drilldown" : "W. Luis Mochan",
- "name" : "W. Luis Mochan"
+ "name" : "W. Luis Mochan",
+ "drilldown" : "W. Luis Mochan"
}
- ]
- }
- ],
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
- }
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
+ ],
+ "name" : "The Weekly Challenge - 151"
}
- },
- "chart" : {
- "type" : "column"
- }
+ ]
}