We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
折线图支持平移时,添加上 chart.interaction('pan');后,如果数据为0,则画出的点只能显示一半,能完全显示吗? 如果不支持平移则显示的是完整的点。
chart.interaction('pan');
下面是我修改官方demo的图例
The text was updated successfully, but these errors were encountered:
恩,我们在平移的时候会将图形限制在绘图区域内,所以会造成点部分被遮挡,这个可以优化一下
Sorry, something went wrong.
要等后边的版本了吧?
ab485d1
@antv/f2@3.2.3-beta.3
No branches or pull requests
折线图支持平移时,添加上
chart.interaction('pan');
后,如果数据为0,则画出的点只能显示一半,能完全显示吗?如果不支持平移则显示的是完整的点。
下面是我修改官方demo的图例
The text was updated successfully, but these errors were encountered: