I am trying to Make the legend symbol a square or rectangle for a line graph. Example
Since Highcharts 5 introduced styled mode, you can easily find the symbol elements, and change their attributes. To make the symbol square:
$(".highcharts-legend-item path").attr('stroke-width',16);
http://jsfiddle.net/n3h2totc/23/