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 a155720c83..bc716c9ba4 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,9 +1,53 @@ { + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "legend" : { + "enabled" : 0 + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 035" + }, + "series" : [ + { + "data" : [ + { + "y" : 4, + "name" : "Roger Bell West", + "drilldown" : "Roger Bell West" + }, + { + "y" : 2, + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor" + } + ], + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 035" + } + ], + "xAxis" : { + "type" : "category" + }, "tooltip" : { - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", "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/>" }, + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2019-11-19 14:23:01 GMT" + }, "drilldown" : { "series" : [ { @@ -19,49 +63,20 @@ 2 ] ] + }, + { + "id" : "Simon Proctor", + "name" : "Simon Proctor", + "data" : [ + [ + "Perl 6", + 2 + ] + ] } ] }, - "title" : { - "text" : "Perl Weekly Challenge - 035" - }, - "xAxis" : { - "type" : "category" - }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2019-11-18 11:48:51 GMT" - }, - "series" : [ - { - "colorByPoint" : 1, - "data" : [ - { - "drilldown" : "Roger Bell West", - "y" : 4, - "name" : "Roger Bell West" - } - ], - "name" : "Perl Weekly Challenge - 035" - } - ], "chart" : { "type" : "column" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "legend" : { - "enabled" : 0 } } |
