fredericojordan / progress-bar

📊 Flask API for SVG progress badges
https://progress-bar.dev/91/
MIT License
490 stars 121 forks source link

How to use + as suffix? #3

Closed kaangokdemir closed 4 years ago

kaangokdemir commented 4 years ago

Cool project. Just wonder how to use + as suffix since using like https://progress-bar.dev/20/?scale=10&title=rewards&suffix=+ is not working as I expected.

fredericojordan commented 4 years ago

Thanks! Seems like using + is not supported at the moment, I'll have to take a look at why this is the case. I'll let you know as soon as it's fixed!

fredericojordan commented 4 years ago

Actually, you can just escape it with url encoding (%2B) like this: https://progress-bar.dev/20/?scale=10&title=rewards&suffix=%2B progress

fredericojordan commented 4 years ago

@kaangokdemir Thanks for reaching out, I'm closing this one for now. 🙂