I need to run this report for different accounts. The data presented may result in 3 slices of the pie, or in 8 slice, or something else. I want each specific slice,say, slice A, to always be blue, and slice 2 to be red and slice 3 to be yellow, etc. It seems to change the colors depending on how many slices are in each pie chart. Can I do this programmatically?
Group A Slice = Blue
Group B Slice = Red
Group C Slice = Yellow etc?