Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Bar Graph Colors Specific to Value?

This may be impossible, but I have a graph that shows 2 dimensions (stacked): Total Tickets Submitted and Urgency. I have set the colors to show as follows:

Bar Graph 1.JPG

However, when you select a single user that does not have all the Urgency fields present, the colors default to the beginning. If I select the User on the far left of the image above:

Bar Graph 2.JPG

Is there a way to specify in the bar graph colors that 'Urgent' always equals Red, 'Very High' always equals Orange, etc.?

1 Solution

Accepted Solutions
Nicole-Smith

Here you go.

You can use rgb values for the colors, i.e. red would be rgb(255, 0, 0).

View solution in original post

4 Replies
Nicole-Smith

Instead of setting the colors on the Colors tab, you need to write a Background Color Expression for it for each of your expression(s):

Capture.PNG

Not applicable
Author

Would you be able to provide a test file by chance? I don't think I understand how the expression can change the color.

Nicole-Smith

Here you go.

You can use rgb values for the colors, i.e. red would be rgb(255, 0, 0).

Not applicable
Author

That is exactly what I was looking for. Thank you!!!