--- order: 1 title: 图表卡片 --- 用于展示图表的卡片容器,可以方便的配合其它图表套件展示丰富信息。 ```jsx import { ChartCard, yuan, Field } from 'ant-design-pro/lib/Charts'; import Trend from 'ant-design-pro/lib/Trend'; import { Row, Col, Icon, Tooltip } from 'antd'; import numeral from 'numeral'; ReactDOM.render( } total={() => ( )} footer={ } contentHeight={46} > 周同比 12% 日环比 11% } action={ } total={() => ( )} footer={ } /> } action={ } total={() => ( )} /> , mountNode, ); ```