In a Highcharts column chart we\'d like to highlight one value/sample by drawing its column a little bit wider... But this seems not to be possible, is it?
poi
You can also use data attribute and modify width.
http://jsfiddle.net/cDvmy/2/
chart.series[0].data[0].graphic.attr({ width:50 });