Hey,
when setting up the `enum` event property, is it possible to assign a different display value to each of the enum values?
So let’s say my enum is defined like this
Â
enum property Character
 “values” → character1, character2, character3
 “display values” character1 = “Mickey Mouse”, character2 = “Johnny Bravo”, character3 = “Mandalorian”
Â
I’d like to use “display values” in the charts, instead of the IDs that are usually the non-user-friendly UUIDs.