I'm trying to build a pie chart lens that displays percentages of sex from my data. The data comes across as M, F, and O, but I would like to translate these to "Male" "Female" and "Other" when making the dashboard. I can't do it at index creation time, because the reality is that I'm going to be showing this to people and they will need to set up their own dashboards, and will want to make a decision on whether or not to do this translation or not. Is it feasible to rename sections of a pie chart in this way?
Thanks!