antvis/G2



The issue has been closed
【需求】区间条形图(interval)配置的滑块(Slider)支持改变坐标轴刻度间隔 #3776
dlspacezero posted onGitHub
- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
期望在类似时间条形图( https://g2-v4.antv.vision/zh/examples/bar/basic#time-bar )的图形上,通过slider 改变时间轴的刻度线间隔,而不是截取一段刻度。
What does the proposed API look like?
chart.option('slider', { type: 'time', });
<!-- generated by antv-issue-helper. DO NOT REMOVE -->