SUJU FE
SUJU FE

Reputation: 123

Using c3 js, Is there a way to show more x-axis values when zooming in?

Using c3 js Data-visualization tool can we dynamically increase the x-axis culling values on zoom-in. d3 js provides this functionality. How can we achieve this with c3js.

Upvotes: 3

Views: 2691

Answers (1)

Set parameter zoom.rescale like this - https://jsfiddle.net/sgnu7pu8/

And use docs for c3js - http://c3js.org/reference.html#zoom-rescale

Upvotes: 3

Related Questions