changeFontStyle
Usage: Change font style of text in chart. Default font style is Arial
changeFontStyle(fontStyle)
Params | Type | Units |
---|---|---|
fontStyle | String | N/A |
Example:
tld3.make('LineChart')
.using(data)
.in('#linechart')
.changeFontStyle('Comic Sans');