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.json119
1 files changed, 69 insertions, 50 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 417d64d6df..6927b6a56c 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,14 +1,15 @@
{
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ },
+ "borderWidth" : 0
}
},
- "legend" : {
- "enabled" : 0
- },
- "subtitle" : {
- "text" : "[Champions: 9] Last updated at 2020-09-09 07:59:02 GMT"
+ "xAxis" : {
+ "type" : "category"
},
"drilldown" : {
"series" : [
@@ -28,45 +29,47 @@
},
{
"name" : "Dave Jacoby",
+ "id" : "Dave Jacoby",
"data" : [
[
"Perl",
2
]
- ],
- "id" : "Dave Jacoby"
+ ]
},
{
- "name" : "E. Choroba",
"data" : [
[
"Perl",
2
]
],
- "id" : "E. Choroba"
+ "id" : "E. Choroba",
+ "name" : "E. Choroba"
},
{
- "name" : "Feng Chang",
+ "id" : "Feng Chang",
"data" : [
[
"Raku",
2
]
],
- "id" : "Feng Chang"
+ "name" : "Feng Chang"
},
{
+ "name" : "Mark Anderson",
"data" : [
[
"Raku",
2
]
],
- "id" : "Mark Anderson",
- "name" : "Mark Anderson"
+ "id" : "Mark Anderson"
},
{
+ "name" : "Mohammad S Anwar",
+ "id" : "Mohammad S Anwar",
"data" : [
[
"Perl",
@@ -76,13 +79,10 @@
"Raku",
2
]
- ],
- "id" : "Mohammad S Anwar",
- "name" : "Mohammad S Anwar"
+ ]
},
{
"name" : "Roger Bell_West",
- "id" : "Roger Bell_West",
"data" : [
[
"Perl",
@@ -92,17 +92,32 @@
"Raku",
2
]
- ]
+ ],
+ "id" : "Roger Bell_West"
},
{
"name" : "Simon Proctor",
+ "id" : "Simon Proctor",
"data" : [
[
"Raku",
2
]
+ ]
+ },
+ {
+ "data" : [
+ [
+ "Perl",
+ 1
+ ],
+ [
+ "Raku",
+ 1
+ ]
],
- "id" : "Simon Proctor"
+ "id" : "Ulrich Rieke",
+ "name" : "Ulrich Rieke"
},
{
"data" : [
@@ -120,16 +135,21 @@
}
]
},
- "title" : {
- "text" : "Perl Weekly Challenge - 077"
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 10] Last updated at 2020-09-09 08:32:04 GMT"
},
"series" : [
{
"data" : [
{
"y" : 4,
- "drilldown" : "Andrew Shitov",
- "name" : "Andrew Shitov"
+ "name" : "Andrew Shitov",
+ "drilldown" : "Andrew Shitov"
},
{
"name" : "Dave Jacoby",
@@ -137,14 +157,14 @@
"y" : 2
},
{
- "y" : 2,
"drilldown" : "E. Choroba",
- "name" : "E. Choroba"
+ "name" : "E. Choroba",
+ "y" : 2
},
{
- "name" : "Feng Chang",
"y" : 2,
- "drilldown" : "Feng Chang"
+ "drilldown" : "Feng Chang",
+ "name" : "Feng Chang"
},
{
"y" : 2,
@@ -152,48 +172,47 @@
"name" : "Mark Anderson"
},
{
- "drilldown" : "Mohammad S Anwar",
"y" : 4,
+ "drilldown" : "Mohammad S Anwar",
"name" : "Mohammad S Anwar"
},
{
"name" : "Roger Bell_West",
- "y" : 4,
- "drilldown" : "Roger Bell_West"
+ "drilldown" : "Roger Bell_West",
+ "y" : 4
+ },
+ {
+ "y" : 2,
+ "drilldown" : "Simon Proctor",
+ "name" : "Simon Proctor"
},
{
- "name" : "Simon Proctor",
"y" : 2,
- "drilldown" : "Simon Proctor"
+ "drilldown" : "Ulrich Rieke",
+ "name" : "Ulrich Rieke"
},
{
"y" : 3,
- "drilldown" : "Walt Mankowski",
- "name" : "Walt Mankowski"
+ "name" : "Walt Mankowski",
+ "drilldown" : "Walt Mankowski"
}
],
"colorByPoint" : 1,
"name" : "Perl Weekly Challenge - 077"
}
],
- "xAxis" : {
- "type" : "category"
- },
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- },
- "borderWidth" : 0
- }
+ "title" : {
+ "text" : "Perl Weekly Challenge - 077"
},
"chart" : {
"type" : "column"
},
+ "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,
- "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
+ "followPointer" : 1
}
}