How to toggle legend layout in highchart
问题 I am interested to change legend layout on click event as below 1st click horizontal - bottom 2nd click horizontal top 3rd click virtical left 4th click virtical right Here is Link to FIDDLE I don't know how this can be done, this is what I have tried so far. HTML <script src="http://code.highcharts.com/highcharts.js"></script> <div id="container" style="height: 400px"></div> <input id='legend' type='button' value='toggle legend'> JAVASCRIPT $(function () { var chart = new Highcharts.Chart({