I am having an issue with the labels assigned to the values of my graph.
The graph is a timeseries. I add values using the \'columns\' property of c3js.
I
Set tick.fit to false can make the ticks be positioned according to x value of the data points.
http://c3js.org/reference.html#axis-x-tick-fit
axis: { x: { tick: { fit: true } } }
Here's the sample from official site http://c3js.org/samples/axes_x_tick_fit.html