kevinsqi / react-circular-progressbar

A circular progressbar component, built with SVG and extensively customizable

Home Page:http://www.kevinqi.com/react-circular-progressbar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need a provision to show the color of the track around the filled path

Waqqars987 opened this issue Β· comments

πŸš€ Feature request

Need a provision to show the color of the trail around the filled path, thereby creating a border-like apperance around the path.

Problem description

Currently, the path occuipies the entire width of the trail and blocks the trail visibility around it.

Sample

If the above is doable using the existing version of the library, please let me know.

Found a way to achieve this using differnt strokeWidth for path and trail. Closing the issue.