diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 97 |
1 files changed, 56 insertions, 41 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index e9dec8f9cc..3defe72ebd 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,78 +1,93 @@ { - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : 0 - }, - "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/>" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, "drilldown" : { "series" : [ { - "name" : "Dave Cross", - "id" : "Dave Cross", "data" : [ [ "Perl 5", 2 ] - ] + ], + "name" : "Dave Cross", + "id" : "Dave Cross" }, { - "name" : "Simon Proctor", - "id" : "Simon Proctor", "data" : [ [ "Perl 6", 1 ] - ] + ], + "name" : "Simon Proctor", + "id" : "Simon Proctor" + }, + { + "name" : "Steven Wilson", + "data" : [ + [ + "Perl 5", + 1 + ] + ], + "id" : "Steven Wilson" } ] }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "subtitle" : { - "text" : "[Champions: 2] Last updated at 2019-08-12 14:12:34 GMT" - }, "series" : [ { - "name" : "Perl Weekly Challenge - 021", "data" : [ { - "y" : 2, "drilldown" : "Dave Cross", - "name" : "Dave Cross" + "name" : "Dave Cross", + "y" : 2 }, { - "y" : 1, + "name" : "Simon Proctor", "drilldown" : "Simon Proctor", - "name" : "Simon Proctor" + "y" : 1 + }, + { + "drilldown" : "Steven Wilson", + "name" : "Steven Wilson", + "y" : 1 } ], + "name" : "Perl Weekly Challenge - 021", "colorByPoint" : 1 } ], - "xAxis" : { - "type" : "category" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, "title" : { "text" : "Perl Weekly Challenge - 021" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "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/>" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2019-08-13 10:55:26 GMT" + }, + "legend" : { + "enabled" : 0 + }, + "xAxis" : { + "type" : "category" } } |
