Usage: Change font size of text on chart. Default font size is 14
changeFontSize(fontSize)
Example:
tld3.make('LineChart') .using(data) .in('#linechart') .changeFontSize(18);