bootsoon / ng-circle-progress

A simple circle progress component created for Angular based on SVG Graphics.
https://bootsoon.github.io/ng-circle-progress/
MIT License
250 stars 85 forks source link

Can I show both image and title? I would like to show a icon and some text in the circle progress #145

Open Kelvinyu1117 opened 3 years ago

arekskorek94 commented 3 years ago

@Kelvinyu1117 Did you have solution? I have the same problem.

Biseamon commented 2 years ago

Anything?

dds05 commented 2 years ago

Anything yet?

TTvanWillegen commented 2 years ago

What we did was give it a background with some css:

.progress_background svg {
    background-image: url("../../assets/image/background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
}