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.json135
1 files changed, 75 insertions, 60 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index c733cdf68f..7033c2e70a 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,19 +1,13 @@
{
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "enabled" : 1,
- "format" : "{point.y}"
- }
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 116"
+ "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
},
"drilldown" : {
"series" : [
{
+ "name" : "Aaron Smith",
"id" : "Aaron Smith",
"data" : [
[
@@ -24,12 +18,9 @@
"Blog",
1
]
- ],
- "name" : "Aaron Smith"
+ ]
},
{
- "name" : "Flavio Poletti",
- "id" : "Flavio Poletti",
"data" : [
[
"Perl",
@@ -43,10 +34,11 @@
"Blog",
2
]
- ]
+ ],
+ "id" : "Flavio Poletti",
+ "name" : "Flavio Poletti"
},
{
- "id" : "James Smith",
"data" : [
[
"Perl",
@@ -57,11 +49,10 @@
1
]
],
+ "id" : "James Smith",
"name" : "James Smith"
},
{
- "name" : "Luca Ferrari",
- "id" : "Luca Ferrari",
"data" : [
[
"Raku",
@@ -71,17 +62,29 @@
"Blog",
2
]
- ]
+ ],
+ "id" : "Luca Ferrari",
+ "name" : "Luca Ferrari"
},
{
- "id" : "Mark Anderson",
+ "name" : "Mark Anderson",
"data" : [
[
"Raku",
2
]
],
- "name" : "Mark Anderson"
+ "id" : "Mark Anderson"
+ },
+ {
+ "name" : "Niels van Dijke",
+ "id" : "Niels van Dijke",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ]
},
{
"name" : "Paulo Custodio",
@@ -94,6 +97,7 @@
"id" : "Paulo Custodio"
},
{
+ "id" : "Simon Green",
"data" : [
[
"Perl",
@@ -104,69 +108,53 @@
1
]
],
- "id" : "Simon Green",
"name" : "Simon Green"
},
{
+ "name" : "Simon Proctor",
+ "id" : "Simon Proctor",
"data" : [
[
"Raku",
2
]
- ],
- "id" : "Simon Proctor",
- "name" : "Simon Proctor"
+ ]
}
]
},
- "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
- },
- "xAxis" : {
- "type" : "category"
- },
- "legend" : {
- "enabled" : 0
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
"series" : [
{
- "name" : "Perl Weekly Challenge - 116",
"colorByPoint" : 1,
"data" : [
{
- "drilldown" : "Aaron Smith",
"y" : 3,
- "name" : "Aaron Smith"
+ "name" : "Aaron Smith",
+ "drilldown" : "Aaron Smith"
},
{
- "drilldown" : "Flavio Poletti",
+ "name" : "Flavio Poletti",
"y" : 6,
- "name" : "Flavio Poletti"
+ "drilldown" : "Flavio Poletti"
},
{
+ "drilldown" : "James Smith",
"name" : "James Smith",
- "y" : 3,
- "drilldown" : "James Smith"
+ "y" : 3
},
{
- "name" : "Luca Ferrari",
"drilldown" : "Luca Ferrari",
- "y" : 4
+ "y" : 4,
+ "name" : "Luca Ferrari"
},
{
- "y" : 2,
"drilldown" : "Mark Anderson",
- "name" : "Mark Anderson"
+ "name" : "Mark Anderson",
+ "y" : 2
+ },
+ {
+ "y" : 2,
+ "name" : "Niels van Dijke",
+ "drilldown" : "Niels van Dijke"
},
{
"drilldown" : "Paulo Custodio",
@@ -174,19 +162,46 @@
"name" : "Paulo Custodio"
},
{
+ "name" : "Simon Green",
"y" : 3,
- "drilldown" : "Simon Green",
- "name" : "Simon Green"
+ "drilldown" : "Simon Green"
},
{
"name" : "Simon Proctor",
"y" : 2,
"drilldown" : "Simon Proctor"
}
- ]
+ ],
+ "name" : "Perl Weekly Challenge - 116"
}
],
+ "title" : {
+ "text" : "Perl Weekly Challenge - 116"
+ },
"subtitle" : {
- "text" : "[Champions: 8] Last updated at 2021-06-08 09:47:16 GMT"
+ "text" : "[Champions: 9] Last updated at 2021-06-08 09:49:51 GMT"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
+ }
}
}