You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
225 B
225 B
| order | title |
|---|---|
| 6 | 迷你饼状图 |
import { Pie } from 'ant-design-pro/lib/Charts';
ReactDOM.render(
<Pie
percent={28}
subTitle="中式快餐"
total="28%"
height={129}
/>
, mountNode);