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
官网例子:https://antv.alipay.com/zh-cn/f2/3.x/demo/bar/dodge-column.html 保留一组数据: var data = [{ name: 'London', 月份: 'Jan.', 月均降雨量: 18.9 }, { name: 'Berlin', 月份: 'Jan.', 月均降雨量: 12.4 }]; 两个柱状图发生重叠
var data = [{ name: 'London', 月份: 'Jan.', 月均降雨量: 18.9 }, { name: 'Berlin', 月份: 'Jan.', 月均降雨量: 12.4 }];
The text was updated successfully, but these errors were encountered:
deps: update @antv/adjust version. Related to #488
41a93d8
e4381e0
simaQ
No branches or pull requests
官网例子:https://antv.alipay.com/zh-cn/f2/3.x/demo/bar/dodge-column.html
保留一组数据:
var data = [{ name: 'London', 月份: 'Jan.', 月均降雨量: 18.9 }, { name: 'Berlin', 月份: 'Jan.', 月均降雨量: 12.4 }];
两个柱状图发生重叠
The text was updated successfully, but these errors were encountered: