堆叠和分组柱状图 #2778
堆叠和分组柱状图
#2778
Replies: 1 comment
-
https://ant-design-charts.antgroup.com/examples/statistics/column/#group-and-stack |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
你好,我想问一下,有没有办法使用 Ant Design Charts 构建这种类型的图表?

这是我的数据集:
savings_account_name - 柱状图的项目
date - X轴
amount - Y轴
total_amount - 柱状图的高度
saved_amount - 柱状图的高度
它应该按 date 分组,并且在每个日期上,每个 savings_account_name 都应该有一个柱状图,其中包含堆叠的 total_amount 和 saved_amount。
Beta Was this translation helpful? Give feedback.
All reactions