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

@@ -168,3 +168,4 @@ Puede utilizar el atributo `color` para establecer el color de la barra de progr
| color | color de fondo de la barra de progreso. Sobreescribe la propiedad `status` | string/function/array | — | '' |
| width | ancho del canvas que contiene la barra de progreso circula | number | — | 126 |
| show-text | mostrar porcentaje | boolean | — | true |
| stroke-linecap | circle/dashboard type shape at the end path | string | butt/round/square | round |