angularjs - How can I display legend in two columns in pie chart -
i want display legend in 2 columns in pie chart. jsfiddle: http://jsfiddle.net/cp73s/2185/
itemstyle: { width:200, font: 'helvetica neue' },
try this
legend: { borderradius: 0, bordercolor: 'silver', enabled: true, margin: 30, itemmargintop: 2, itemmarginbottom: 2, width:200, itemwidth:100, itemstyle: { width:100 } }
Comments
Post a Comment