Highcharts change legend options dynamically
问题 Initial Options (This is vertical draggable legend): id : '<?=$id?>', layout: 'vertical', backgroundColor: 'white', align: 'right', verticalAlign: 'top', y: legendY, x: legendX, borderWidth: 1, borderRadius: 0, title: { text: '::' }, floating: true, draggable: true I want to make legend look like http://jsfiddle.net/yqypj4qr/. I actually want, align: center, verticalAlign: bottom, layout: horizontal, borderwidth:0, shadow:false I have tried the code below. (tried both change legend directly