NG-ZORRO/ng-zorro-antd
The issue has been solved
[Feature] Progress support custom strokeColor and strokeLinecap #2378
HsuanXyz posted onGitHub
What problem does this feature solve?
https://github.com/ant-design/ant-design/issues/10725 https://github.com/ant-design/ant-design/pull/11547
What does the proposed API look like?
<nz-progress
+ nzStrokeLinecap="round"
+ strokeColor="red"
[nzPercent]="30">
</nz-progress>
API
Property | Description | Type | Default |
---|---|---|---|
[nzStrokeLinecap] | to set the style of the progress linecap | Enum{ 'round', 'square' } | round |
[nzStrokeColor] | color of progress bar | string | - |
<!-- generated by ng-zorro-issue-helper. DO NOT REMOVE -->