QuickSight sync colors across multiple visuals

Viewed 594

I am trying to sync the colors for visuals and am running into some challenges. I have for example a vertical stack bar chart with group by source (so the bar displays multiple client revenue with the aggregate being total revenue). I have a second visual, a donut chart, which has products purchased by client. I want Client A color in the bar chart to be the same as Client A in the donut chart. Thoughts or suggestions?

1 Answers

Use Themes -> Data -> Data colors. However, colors are assigned in order, so make sure your charts are sorted by the same field.

Related