Pie chart - Field value alias name

Hi all,

I got a pie chart visualization as you can see, describing some id/count aggregation.
Is it possible to show an alias instead of the id value? (both, legend and tooltip labels)
for example, instead of:
9 - "A"
8 - "B"
2 - "C"
and so on...

Thanks!

Rotem,

Currently you are only able to alias field names, not values. There are scripted fields, but they only support numeric outputs.

To achieve the desired outcome at this time you will need to index the data you wish to visualize.