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
var data = [{ day: '周一', value: 300 }, { day: '周二', value: 400 }, { day: '周三', value: null }, { day: '周四', value: 500 }, { day: '周五', value: 490 }, { day: '周六', value: 600 }, { day: '周日', value: 900 }];
The text was updated successfully, but these errors were encountered:
这个需要开放配置参数。我给你加下
Sorry, something went wrong.
8729e8c
Merge pull request #172 from antvis/feat-connect-null-points
f247602
feat: add connectNulls for geometry to connect null points. Closed #171.
下载 @antv/f2@3.1.13-beta.1 版本,新添加 connectNulls 属性,使用方式
chart.line({ connectNulls: true // 连接空数据, 默认为 false }).position()
@hyelimwu
赞!
simaQ
No branches or pull requests
The text was updated successfully, but these errors were encountered: