As far as I know, I can only assign colors in sort order. In other words, I can (for example) make the first value green, the second value yellow, the third value red. So lets say I'm making a stacked bar chart. I can have the stacked values be something like, "Good" "Caution" and "Bad' and assign them colors of green, yellow, and red. This is easy. The problem is, if I give the user the option to filter out the good values and only look and the caution, and bad values, now caution shows up as green and bad shows up as yellow. Is there are way to assign the colors directly? Thanks!
... View more