[Feature] Progress support custom strokeColor and strokeLinecap
See original GitHub issueWhat 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 | - |
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
[Feature] Progress support custom strokeColor ... - Issuehunt
[Feature] Progress support custom strokeColor and strokeLinecap #2378 · What problem does this feature solve? · What does the proposed API look like?...
Read more >Progress - Ant Design
Display the current progress of an operation flow. ... the linecaps from round to butt , see stroke-linecap for more information. ... Custom...
Read more >How to add extra stroke in Material-UI Circular Progress
My question is how do I add extra stroke color to the circular progress / achieve the same thing as shown in the...
Read more >StrokeOptions - React Drawing Component - KendoReact API
Learn how to build custom functionality when working with the Drawing by Kendo UI with the help of the ... The stroke color...
Read more >Painting: Filling, Stroking and Marker Symbols — SVG 2
SVG 2 supports a number of different paints that the fill and stroke of a graphical ... to provide an easy way to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@0maxxam0 funded this issue with $20. See it on IssueHunt
@dyh333 Please open another issue if you have problems. From the code, you can see that this API is not supported for circle progress.
@HsuanXyz https://codepen.io/wendzhue/pen/Jzradv?&editable=true&editors=001
Docs do need to be updated BTW.