I am using c3js for generating charts.My data has columns whose names are very large.So when the chart is rendered these tick labels are colliding with the xaxis label(placed at outer-center). If I move the xaxis label down I could clearly see the text labels.But The containing group elements height(WHICH IS AUTOMATICALLY CALCULATED) makes this label invisible if I move it down. If I increase the height I could accommodate these labels with sufficient space between them.
Thanks