diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 93 |
1 files changed, 54 insertions, 39 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 17500ee0d1..82724d22f1 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,63 +1,78 @@ { + "drilldown" : { + "series" : [ + { + "data" : [ + [ + "Raku", + 2 + ] + ], + "id" : "Luca Ferrari", + "name" : "Luca Ferrari" + }, + { + "data" : [ + [ + "Raku", + 2 + ] + ], + "name" : "Simon Proctor", + "id" : "Simon Proctor" + } + ] + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2020-01-20 17:53:46 GMT" + }, + "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 - 044" + }, + "legend" : { + "enabled" : 0 + }, "plotOptions" : { "series" : { - "borderWidth" : 0, "dataLabels" : { "format" : "{point.y}", "enabled" : 1 - } + }, + "borderWidth" : 0 } }, - "title" : { - "text" : "Perl Weekly Challenge - 044" - }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "xAxis" : { - "type" : "category" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "followPointer" : 1, - "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/>" - }, "series" : [ { - "name" : "Perl Weekly Challenge - 044", + "colorByPoint" : 1, "data" : [ { - "y" : 2, + "name" : "Luca Ferrari", "drilldown" : "Luca Ferrari", - "name" : "Luca Ferrari" + "y" : 2 + }, + { + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor", + "y" : 2 } ], - "colorByPoint" : 1 + "name" : "Perl Weekly Challenge - 044" } ], - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2020-01-20 17:11:23 GMT" - }, - "drilldown" : { - "series" : [ - { - "data" : [ - [ - "Raku", - 2 - ] - ], - "id" : "Luca Ferrari", - "name" : "Luca Ferrari" - } - ] - }, - "legend" : { - "enabled" : 0 + "xAxis" : { + "type" : "category" } } |
