mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Progress: add strokeLinecap prop (#17552)
* Progress: add strokeLinecap prop * update docs
This commit is contained in:
@@ -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 |
|
||||
Reference in New Issue
Block a user