Is it possible to set the X-axis ticks and text separate from the column data values with C3.JS charts?
I have data being loaded for a 24hr period but where the time stamps may be for any time in that period. I have been requested to provide X-axis tick labels for only every 90 minute interval.
Is it possible to set the X-axis ticks and text separate from the column data values with C3.JS charts?
I have data being loaded for a 24hr period but where the time stamps may be for any time in that period. I have been requested to provide X-axis tick labels for only every 90 minute interval.
axis-x-tick-values
separately from axis-x-tick-labels
?
– Deividas
Commented
Feb 28, 2017 at 10:56
You can set axis-x-tick-values
separately from data labels.
An example form the docs:
http://c3js/samples/axes_x_tick_values.html