Skip to main content
By default, series are colored using a built-in palette. There are two ways to customize series colors.

Custom palettes

Register palettes with GraphProvider and reference them by ID:
Palettes appear in the Editor’s color picker, allowing users to switch between them. If a chart has more series than palette colors, colors cycle from the beginning.

Series style overrides

Override individual series via appearance.seriesStyles using keys series1 through series20:
You can combine both approaches: use a palette as the base and override specific series.

Waterfall chart colors

Waterfall charts have special series keys for their four bar types: When using a custom palette without overrides, colors are assigned in order: 1st color → start, 2nd → positive, 3rd → negative, 4th → total. To customize waterfall colors explicitly: