ant-design/components/progress/demo/dashboard.md
Joe 6e8e8db248 Upgrade rc-progress to 2.1.0. Support dashboard. (#5372)
* Upgrade `rc-progress` to `2.1.0`. Support dashboard.

Progress dashboard type (half circle)[#5225]

* restore removed code, it is for compatibility

* format code
2017-03-17 23:57:34 +08:00

253 B

order title
8
zh-CN en-US
仪表盘 Dashboard

zh-CN

仪表盘。

en-US

A dashboard.

import { Progress } from 'antd';

ReactDOM.render(
  <div>
    <Progress type="dashboard" percent={75} />
  </div>
, mountNode);