javascript - Highcharts Combination chart with two legends -
i'm using combination chart, pie , columns, i'm trying use 2 different legends.
in code use this:
legend: {     layout: 'vertical',     align: 'right',     width: 220,     verticalalign: 'middle', }, but problem add pie legend column legend
this jsfiddle: http://jsfiddle.net/6ctgt/
but want pie chart legend appears this: http://jsfiddle.net/fpxsp/
 
 
Comments
Post a Comment