changeFontSize

Usage: Change font size of text on chart. Default font size is 14

changeFontSize(fontSize)
Params Type Units
fontSize Number N/A

Example:

tld3.make('LineChart')
    .using(data)
    .in('#linechart')
    .changeFontSize(18);