Usage: Change chart title
changeTitle(title)
Example:
tld3.make('BarChart') .using(data) .in('#barchart') .changeTitle('This is my new title');