Change Bar Chart Colors

I am attempting to customize colors on a bar chart based on individual line items/data points. The data is sourced from tabular content using the Infinity plugin. Specifically, I want each of the following bars on this graphic to have a different color corresponding to their application (i.e. App # __):

I have seen similar posts showing that a Field Override for a single color must be specified for each bar chart item, but I cannot seem to configure this correctly:

color_code_bar_chart_test_2

Here is the color scheme I am trying to replicate:

This seems to be a simple fix, but I cannot figure out the solution…any assistance is most appreciated!

You can specify required field in Color by field:

color by field

And override colors that you want by Value mapping of that field:

1 Like

@ebabeshko - This worked perfectly! Thank you so much for the prompt response and solution, I will concur to your reply as the correct answer.