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.json107
1 files changed, 63 insertions, 44 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 2a2b253431..4532669174 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,25 +1,53 @@
{
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 7] Last updated at 2021-01-12 00:55:24 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 095"
+ },
+ "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
+ },
"drilldown" : {
"series" : [
{
+ "id" : "Andrew Shitov",
+ "name" : "Andrew Shitov",
"data" : [
[
"Raku",
2
]
- ],
- "id" : "Andrew Shitov",
- "name" : "Andrew Shitov"
+ ]
},
{
- "name" : "James Smith",
- "id" : "James Smith",
"data" : [
[
"Perl",
2
]
- ]
+ ],
+ "id" : "James Smith",
+ "name" : "James Smith"
+ },
+ {
+ "data" : [
+ [
+ "Raku",
+ 2
+ ],
+ [
+ "Blog",
+ 2
+ ]
+ ],
+ "id" : "Luca Ferrari",
+ "name" : "Luca Ferrari"
},
{
"name" : "Niels van Dijke",
@@ -32,58 +60,54 @@
]
},
{
- "id" : "Pavel Kuptsov",
"data" : [
[
"Perl",
2
]
],
+ "id" : "Pavel Kuptsov",
"name" : "Pavel Kuptsov"
},
{
- "id" : "Simon Proctor",
"data" : [
[
"Raku",
2
]
],
- "name" : "Simon Proctor"
+ "name" : "Simon Proctor",
+ "id" : "Simon Proctor"
},
{
- "name" : "Stuart Little",
- "id" : "Stuart Little",
"data" : [
[
"Raku",
2
]
- ]
+ ],
+ "id" : "Stuart Little",
+ "name" : "Stuart Little"
}
]
},
- "legend" : {
- "enabled" : 0
- },
- "chart" : {
- "type" : "column"
- },
- "xAxis" : {
- "type" : "category"
- },
"series" : [
{
"data" : [
{
- "drilldown" : "Andrew Shitov",
"name" : "Andrew Shitov",
+ "drilldown" : "Andrew Shitov",
"y" : 2
},
{
- "name" : "James Smith",
+ "y" : 2,
"drilldown" : "James Smith",
- "y" : 2
+ "name" : "James Smith"
+ },
+ {
+ "y" : 4,
+ "drilldown" : "Luca Ferrari",
+ "name" : "Luca Ferrari"
},
{
"y" : 2,
@@ -96,9 +120,9 @@
"y" : 2
},
{
- "y" : 2,
+ "name" : "Simon Proctor",
"drilldown" : "Simon Proctor",
- "name" : "Simon Proctor"
+ "y" : 2
},
{
"name" : "Stuart Little",
@@ -110,29 +134,24 @@
"name" : "Perl Weekly Challenge - 095"
}
],
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "subtitle" : {
- "text" : "[Champions: 6] Last updated at 2021-01-12 00:50:47 GMT"
- },
- "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" : "Perl Weekly Challenge - 095"
- },
"plotOptions" : {
"series" : {
"dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
+ "enabled" : 1,
+ "format" : "{point.y}"
},
"borderWidth" : 0
}
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
+ "legend" : {
+ "enabled" : 0
}
}