Configurable suffix for percentage label in ProgressBar #6338
priv-kweihmann
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was playing around with the ProgressBar and used it in tests to display the temperature of some sensors, which is looking great, but I need to add a custom label with
10Fresp10Cnext to the ProgressBar which results in a lot of extra code, asthe show_percentage option hardcodes a
%, which does look odd when used for temperatures - using the builtin options sounds much better to me than a lot of boilerplate code that needs to be added.Would it be possible to have the used character configurable?
Is that something the project would be open to?
Beta Was this translation helpful? Give feedback.
All reactions