score:21

Accepted answer

You can simply set width for dataLabels, see: http://jsfiddle.net/Fusher/fSjnD/1/

style: {
    width: '100px'
}

score:6

You can simply insert
in the data labels:

 data: [
      ['Firefox jandler glander <br><b>gramenauer gramen</b>',   45.0],

Note, for some reason, the second line loses the bold formatting unless you addit back in using tags.

http://jsfiddle.net/ZMLSW/


Related Query

More Query from same tag