Indexed Colors

By default, Series are assigned a color based on their index in the ordered list in which they appear (usually alphabetical order).
Item1 is assigned Color1, Item2 is assigned Color2, etc…

The palette has 15 colors. When there are more series items than 15, the colors assigned loop back to Color 1.

Default Palette (default)

To enable the Default Palette (it is enabled by default), check Use Default Palette under Series Palette :

Chart color default palette configure

The list of colors in the default palette is below :

Chart color default palette colors

Custom Palette

To start customizing the Default Palette, un-check Use Default Palette under Series Palette.
Then you can customize colors either by entering their hexadecimal code (#RRGGBB) :

Chart color configure hex

… or by clicking the color and using the graphical color picker :

Chart color configure picker

When there is no data field bound to Split into same chart, there is also a shortcut to each serie’s color next to the series settings :

Chart color series

Value-based Colors

What are Value-based colors ?

But what if your series changes over time ?

For example, when binding a field as Split into the same chart, the items are generated dynamically from values in that field. Their index cannot be known in advance.
When items are renamed, added, or deleted from the data, the index of existing items will change, and their color will change !
This could happen simply during filtering at runtime for example.

Instead of index-based, you may then choose Value-based colors : the same value in the Series field will always have the same color in the Chart.

For this, simply check Use value-based colors under Series Palette :

ValueBasedColors use

Customizing Value-based colors

Value-based colors are defined at the Data Source level.

This is in order to allow re-use of the colors everywhere the same data is used.

To configure value-based colors, see the corresponding chapter Value-based Settings, under Transforming Data.

Last modified: Feb 17, 2022

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment