I have a map of Europe, displaying data for different countries. I use alerts to color code countries depending on their results - from light blue to dark blue. It works fine.
Then I make the map selectable, so that I can select one country at a time and display its details on a different chart. However, when I hover over the country, it's color changes, and when I finally select it I get a different colour (green for example). I don't want the colours to change though, I want them to remain as defined by alerts.
I think it is mixing alert colours with colors set in Appearance/Tab, even when I changed those colours to white I am still getting differences in colours on selection.
How can I stop this from happening?