I'm not really sure if this is a visualization question or a Beast Mode question. I have built a map showing profitability by state, that changes depending on what the user filters for. For example, if the user filters for the year 2023, the map updates with the profitability for that year.
Now, I want to determine the delta between that value and the previous year, and display it in the same map. I would like to allow users to become more granular without having to scroll away from the key object of the dashboard, that being the map and filters for the map. Is it possible to display this without using cards?