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.json97
1 files changed, 56 insertions, 41 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index e996886277..dd91be73cf 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,93 +1,108 @@
{
- "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"
- },
- "subtitle" : {
- "text" : "[Champions: 3] Last updated at 2021-05-31 20:13:05 GMT"
+ "legend" : {
+ "enabled" : 0
},
"series" : [
{
"data" : [
{
- "name" : "Dave Cross",
+ "y" : 2,
"drilldown" : "Dave Cross",
- "y" : 2
+ "name" : "Dave Cross"
},
{
- "drilldown" : "E. Choroba",
+ "y" : 2,
"name" : "E. Choroba",
- "y" : 2
+ "drilldown" : "E. Choroba"
+ },
+ {
+ "y" : 2,
+ "name" : "Feng Chang",
+ "drilldown" : "Feng Chang"
},
{
- "name" : "Niels van Dijke",
"drilldown" : "Niels van Dijke",
+ "name" : "Niels van Dijke",
"y" : 2
}
],
- "colorByPoint" : 1,
- "name" : "Perl Weekly Challenge - 115"
+ "name" : "Perl Weekly Challenge - 115",
+ "colorByPoint" : 1
}
],
- "legend" : {
- "enabled" : 0
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "format" : "{point.y}",
+ "enabled" : 1
+ }
+ }
},
"drilldown" : {
"series" : [
{
+ "name" : "Dave Cross",
"data" : [
[
"Perl",
2
]
],
- "id" : "Dave Cross",
- "name" : "Dave Cross"
+ "id" : "Dave Cross"
},
{
+ "name" : "E. Choroba",
"data" : [
[
"Perl",
2
]
],
- "id" : "E. Choroba",
- "name" : "E. Choroba"
+ "id" : "E. Choroba"
},
{
"data" : [
[
- "Perl",
+ "Raku",
2
]
],
+ "id" : "Feng Chang",
+ "name" : "Feng Chang"
+ },
+ {
"name" : "Niels van Dijke",
- "id" : "Niels van Dijke"
+ "id" : "Niels van Dijke",
+ "data" : [
+ [
+ "Perl",
+ 2
+ ]
+ ]
}
]
},
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
- },
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
- }
- },
- "chart" : {
- "type" : "column"
+ "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/>"
},
"title" : {
"text" : "Perl Weekly Challenge - 115"
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 4] Last updated at 2021-05-31 20:16:16 GMT"
}
}