changexAxisLabel

Usage: Change the x-axis label on chart

changexAxisLabel(label)
Params Type Units
label String N/A

Example:

tld3.make('BarChartLeft')
    .using(data)
    .in('#barchartleft')
    .changexAxisLabel('New x Label');