score:5

Accepted answer

there may be a cleaner solution to this, however I've found a solution that works right now.

you have the option to style the legend 'symbols' and setting the height to 0px effectively hides it.

I've added legend: { symbolHeight: '0px' }, you can read more about the API options here: http://api.highcharts.com/highcharts#legend

and here is your revised demo.

http://jsfiddle.net/rlemon/NDpu6/35/


Related Query

More Query from same tag