#✅ | Progress bar color change

1 messages · Page 1 of 1 (latest)

median basin
#

It is possible to change the color of a progress bar below a certain threshold? Or do I need separate progress bars with loading conditions?

coarse lightBOT
#

Checking the FancyMenu docs first so I can answer this properly 🙂

coarse lightBOT
# median basin It is possible to change the color of a progress bar below a certain threshold? ...

Yep , you’ll need separate progress bars for that 🙂
FancyMenu’s progress bar color is basically a static setting, so it doesn’t switch color dynamically when the value crosses a threshold.

The usual workaround is:

  • make 2 or 3 progress bars with different colors
  • give them the same value source
  • use loading conditions / requirements like Is Number to show only the one that matches the current range

Example idea:

  • green bar when value is above 50
  • orange bar when value is 20–50
  • red bar when value is below 20

So short version: no built-in threshold color swap on one bar; yes, separate bars with conditions is the way to do it 👍

If you want, I can help you set up the exact conditions for your thresholds.

#

✅ | Progress bar color change

#
Thread Marked as Solved

This support thread has been marked as solved by @median basin.

The AI helper is now disabled.