I am looking for a kind dynamic way to display the tick labels/values, when zooming the chart. This feature is available in some another js chart package, I am not sure if its available in c3, or because I didn't find this feature in c3 document.
zoom in the chart:
but, because my chart has many x values, so at the start, then tick value are overlapped:
if i define: culling:{max:30}, the initial chart looks ok:
but when zoom in the chart, the tick will show no more than 30:
Anyone can help? thanks very much!