Progress: add strokeLinecap prop (#17552)

* Progress: add strokeLinecap prop

* update docs
This commit is contained in:
iamkun
2019-10-31 15:08:07 +08:00
committed by Zhi Cun
parent 42e74d1d65
commit 0c31a0a48b
6 changed files with 12 additions and 1 deletions

View File

@@ -170,3 +170,4 @@ You also can specify `type` attribute to `dashboard` to use dashboard progress b
| color | background color of progress bar. Overrides `status` prop | string/function/array | — | '' |
| width | the canvas width of circle progress bar | number | — | 126 |
| show-text | whether to show percentage | boolean | — | true |
| stroke-linecap | circle/dashboard type shape at the end path | string | butt/round/square | round |