Rainbow Progress Bar

Rainbow Progress Bar

From
Reddit
Status
Updating
Share

Progress

if(prop("Completed") / prop("Goal") >= 1, "🟥🟥🟧🟧🟨🟨🟩🟩🟦🟦 100%", replaceAll(replaceAll(replaceAll(replaceAll(replaceAll(slice("rrooyyggbb", 0, floor(prop("Completed") / prop("Goal") * 10)), "r", "🟥"), "o", "🟧"), "y", "🟨"), "g", "🟩"), "b", "🟦") + replaceAll(slice("xxxxxxxxxx", 0, ceil(10 - prop("Completed") / prop("Goal") * 10)), "x", "⬜️") + " " + format(floor(prop("Completed") / prop("Goal") * 100)) + "%")
 
By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!
By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!