feat(Progress): add track-color prop (#4789)

This commit is contained in:
neverland
2019-10-20 13:02:30 +08:00
committed by GitHub
parent 4c2cf8e2cb
commit 95598e8842
4 changed files with 19 additions and 8 deletions
+2 -1
View File
@@ -68,6 +68,7 @@ Use `pivot-text` to custom textuse `color` to custom bar color
| stroke-width | Stroke width | *string \| number* | `4px` | 2.2.1 |
| show-pivot | Whether to show text | *boolean* | `true` | - |
| color | Color | *string* | `#1989fa` | - |
| text-color | Text color | *string* | `#fff` | - |
| track-color | Track color | *string* | `#e5e5e5` | 2.2.9 |
| pivot-text | Text | *string* | percentage | - |
| pivot-color | Text background color | *string* | inherit progress color | - |
| text-color | Text color | *string* | `#fff` | - |