Perspective XY Chart - Dynamic Colors

Good day, I am using the XY Chart Gantt Chart for an equipment status plot for various devices.
It is referenced from the example documentation seen in the Ignition User manual:

I would like to change the color of the column based on an integer called "state" (sort of like a multi-state indicator binding) instead of the color string, where a color string is unavailable in the named queries I plan to use. Is there any way to use a binding for the column opposed to using series[0].column.appearance.deriveFieldsFromData.fill.color?

An example of a chart I am attempting to replicate:

Check out my ribbon chart for inspiration, that’s exactly how it works; it looks up colors for a given state from a dictionary.

4 Likes

This is exactly what I needed, thank you!

1 Like