score:98

Accepted answer

you can use settitle(titleobj, subtitleobj) for that.

chart.settitle({text: "new title"});

see an example: jsfiddle

see the api ref.


Related Query

More Query from same tag