Change Bar Colors based on another Column instead of a fixed value
As a user, I want to see a bar chart where the color of a bar is dependent on another value within my dataset. Example: I want the color of the bar to be Red if the Y-Value is greater than the value of Column XXX. I want the color of the bar to be Green if the Y-Value is less than the value of Column XXX. Unfortunately,…