Reputation: 123
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
Reputation: 134
Set parameter zoom.rescale
like this - https://jsfiddle.net/sgnu7pu8/
And use docs for c3js - http://c3js.org/reference.html#zoom-rescale
Upvotes: 3