diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 95 |
1 files changed, 55 insertions, 40 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 7d6def01eb..712b9c2f6c 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,12 +1,37 @@ { - "xAxis" : { - "type" : "category" - }, "title" : { "text" : "Perl Weekly Challenge - 054" }, - "subtitle" : { - "text" : "[Champions: 2] Last updated at 2020-03-30 18:36:45 GMT" + "legend" : { + "enabled" : 0 + }, + "series" : [ + { + "name" : "Perl Weekly Challenge - 054", + "colorByPoint" : 1, + "data" : [ + { + "drilldown" : "Luca Ferrari", + "name" : "Luca Ferrari", + "y" : 2 + }, + { + "y" : 2, + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor" + }, + { + "y" : 2, + "name" : "Yet Ebreo", + "drilldown" : "Yet Ebreo" + } + ] + } + ], + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, "drilldown" : { "series" : [ @@ -21,58 +46,48 @@ ] }, { - "id" : "Yet Ebreo", - "name" : "Yet Ebreo", + "name" : "Simon Proctor", + "id" : "Simon Proctor", "data" : [ [ - "Perl", + "Raku", 2 ] ] + }, + { + "data" : [ + [ + "Perl", + 2 + ] + ], + "name" : "Yet Ebreo", + "id" : "Yet Ebreo" } ] }, - "legend" : { - "enabled" : 0 - }, - "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/>" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "xAxis" : { + "type" : "category" }, "plotOptions" : { "series" : { "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 + "enabled" : 1, + "format" : "{point.y}" }, "borderWidth" : 0 } }, + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2020-03-30 19:09:28 GMT" + }, "chart" : { "type" : "column" }, - "series" : [ - { - "data" : [ - { - "drilldown" : "Luca Ferrari", - "y" : 2, - "name" : "Luca Ferrari" - }, - { - "y" : 2, - "drilldown" : "Yet Ebreo", - "name" : "Yet Ebreo" - } - ], - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 054" - } - ] + "tooltip" : { + "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/>", + "followPointer" : 1 + } } |
