progress bar 和 progress circle api分开

This commit is contained in:
夏奈 2015-07-29 23:36:27 +08:00
parent ef3f753470
commit fc69971f99

View File

@ -16,7 +16,7 @@
* 当需要显示一个操作完成的百分比时。
## API
## Progress Bar API
| 参数 | 说明 | 类型 | 默认值 |
|----------|---------------|----------|-------------|
@ -26,5 +26,14 @@
| width | 必填进度条画布宽度单位px。这里没有提供height属性设置Line型高度就是strokeWidthCircle型高度等于width | number | null |
## Progress Circle API
| 参数 | 说明 | 类型 | 默认值 |
|----------|---------------|----------|-------------|
| percent | 百分比 | number | 0 |
| status | 状态有两个值normal、exception | string | normal |
| strokeWidth | 进度条线宽度单位是px | number | 1 |