diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 87 |
1 files changed, 53 insertions, 34 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 4214d08ce8..fd36bc4d87 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,78 +1,97 @@ { + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "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, - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" + "followPointer" : 1 + }, + "title" : { + "text" : "The Weekly Challenge - 139" }, "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { "enabled" : 1, "format" : "{point.y}" - }, - "borderWidth" : 0 + } } }, + "xAxis" : { + "type" : "category" + }, + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2021-11-16 13:35:26 GMT" + }, + "legend" : { + "enabled" : 0 + }, "drilldown" : { "series" : [ { - "name" : "Olivier Delouya", + "id" : "Olivier Delouya", "data" : [ [ "Perl", 1 ] ], - "id" : "Olivier Delouya" + "name" : "Olivier Delouya" }, { - "id" : "Peter Campbell Smith", "name" : "Peter Campbell Smith", "data" : [ [ "Perl", 2 ] + ], + "id" : "Peter Campbell Smith" + }, + { + "id" : "Ulrich Rieke", + "name" : "Ulrich Rieke", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Raku", + 2 + ] ] } ] }, - "xAxis" : { - "type" : "category" - }, "series" : [ { + "name" : "The Weekly Challenge - 139", "data" : [ { - "name" : "Olivier Delouya", "y" : 1, - "drilldown" : "Olivier Delouya" + "drilldown" : "Olivier Delouya", + "name" : "Olivier Delouya" }, { + "y" : 2, "drilldown" : "Peter Campbell Smith", - "name" : "Peter Campbell Smith", - "y" : 2 + "name" : "Peter Campbell Smith" + }, + { + "name" : "Ulrich Rieke", + "drilldown" : "Ulrich Rieke", + "y" : 4 } ], - "colorByPoint" : 1, - "name" : "The Weekly Challenge - 139" + "colorByPoint" : 1 } - ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "subtitle" : { - "text" : "[Champions: 2] Last updated at 2021-11-16 12:58:38 GMT" - }, - "legend" : { - "enabled" : 0 - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge - 139" - } + ] } |
