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.json123
1 files changed, 73 insertions, 50 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 5f28604584..985b133ec3 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,15 +1,61 @@
{
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
+ "series" : [
+ {
+ "colorByPoint" : 1,
+ "name" : "Perl Weekly Challenge - 065",
+ "data" : [
+ {
+ "y" : 2,
+ "name" : "Andrew Shitov",
+ "drilldown" : "Andrew Shitov"
+ },
+ {
+ "drilldown" : "Javier Luque",
+ "name" : "Javier Luque",
+ "y" : 5
+ },
+ {
+ "name" : "Luca Ferrari",
+ "drilldown" : "Luca Ferrari",
+ "y" : 4
+ }
+ ]
+ }
+ ],
+ "plotOptions" : {
+ "series" : {
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ },
+ "borderWidth" : 0
}
},
+ "chart" : {
+ "type" : "column"
+ },
+ "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/>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 065"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 3] Last updated at 2020-06-15 14:08:30 GMT"
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
"legend" : {
"enabled" : 0
},
"drilldown" : {
"series" : [
{
+ "id" : "Andrew Shitov",
+ "name" : "Andrew Shitov",
"data" : [
[
"Raku",
@@ -19,12 +65,27 @@
"Blog",
1
]
- ],
- "id" : "Andrew Shitov",
- "name" : "Andrew Shitov"
+ ]
+ },
+ {
+ "id" : "Javier Luque",
+ "name" : "Javier Luque",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ],
+ [
+ "Raku",
+ 2
+ ],
+ [
+ "Blog",
+ 1
+ ]
+ ]
},
{
- "name" : "Luca Ferrari",
"id" : "Luca Ferrari",
"data" : [
[
@@ -35,52 +96,14 @@
"Blog",
2
]
- ]
+ ],
+ "name" : "Luca Ferrari"
}
]
},
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "[Champions: 2] Last updated at 2020-06-15 14:03:52 GMT"
- },
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- }
- }
- },
- "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/>"
- },
- "series" : [
- {
- "name" : "Perl Weekly Challenge - 065",
- "colorByPoint" : 1,
- "data" : [
- {
- "name" : "Andrew Shitov",
- "y" : 2,
- "drilldown" : "Andrew Shitov"
- },
- {
- "name" : "Luca Ferrari",
- "y" : 4,
- "drilldown" : "Luca Ferrari"
- }
- ]
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
}
- ],
- "title" : {
- "text" : "Perl Weekly Challenge - 065"
- },
- "xAxis" : {
- "type" : "category"
}
}