Hi,

I want to use the Category Metric to show some traffic light data. That means I have 3 categories red, amber and green and of course I want the according colors on the pie chart to be red, amber and green.

I managed to do this by naming the categories 0_Red, 1_Amber, 2_Green (numbers are important for the right order) and by setting the colorScheme = [red, amber, green] (I used #-codes instead of names).

This works fine unless the number of one of the categories is 0. I.e. if amber is 0 than green will be shown in amber on the pie chart.

Is there a way to fix this? Is there also a way to get rid of the numbers in front of the category names?

Thanks and best regards

Christian