Maybe the https://appstore.home.mendix.com/link/app/Enum%20Toggle is also an option?
Maybe you can do something with the CSS classes bases on bootstrap
As Paul mentioned. You could use the bootstrap progress bars. Take a look at the bootswatch module from the appstore. You could copy the progress bar used there and edit the variable to your progress indicator. To get different colours you could display different rows in a table depending on what the enumeration is. In each row you would have a different progress bar with different colour.
This is the easy option. The other option is to adjust the progress bar widget from the appstore to use an enumeration. But this would require javascript knowledge.