score:11

Accepted answer

you can use update() function

 chart.legend.allitems[0].update({name:'aaa'});

http://jsfiddle.net/bl5zm/1/

score:1

you could also use

chart.series[0].update({ name: "hello"});

http://jsfiddle.net/bl5zm/149/


Related Query

More Query from same tag