score:13

Accepted answer

you should set float:left; for both divs inside legend.

http://jsfiddle.net/hancr/25/

labelformatter: function() {
                return '<div style="text-align: left; width:130px;float:left;">' + this.name + '</div><div style="width:40px; float:left;text-align:right;">' + this.y + '%</div>';

Related Query

More Query from same tag