question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature] Progress support custom strokeColor and strokeLinecap

See original GitHub issue

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 -

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
IssueHuntBotcommented, Nov 6, 2018

@0maxxam0 funded this issue with $20. See it on IssueHunt

0reactions
hulliscommented, Mar 12, 2019

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found