使用c3 js,有没有办法在放大时显示更多的x轴值?

时间:2020-12-15 23:46:10

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.

使用c3 js数据可视化工具可以在放大时动态增加x轴剔除值。 d3 js提供此功能。我们怎样才能用c3js实现这一目标。

1 个解决方案

#1


2  

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

像这样设置参数zoom.rescale - https://jsfiddle.net/sgnu7pu8/

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

并使用c3js的文档 - http://c3js.org/reference.html#zoom-rescale

#1


2  

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

像这样设置参数zoom.rescale - https://jsfiddle.net/sgnu7pu8/

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

并使用c3js的文档 - http://c3js.org/reference.html#zoom-rescale