Chart Custom Color Scheme Component

Function

a!colorSchemeCustom( Colors )

A custom list of colors to apply to any chart.

See also: Chart Color Schemes, Charts design guidance.

Parameters

Name Keyword Types Description

Colors

Colors

Text

List of colors to use in the custom color scheme. Valid values: any valid hex colors. Maximum colors allowed: 12.

Usage considerations

Series colors

  • If there are more series than colors provided, the colors enumerate through the list again from the beginning.
  • Users can still configure the colors of individual chart series while using a custom color scheme. Any series configurations will take precedence over automatically assigned color scheme colors.

Examples

Copy and paste an example into the INTERFACE DEFINITION in EXPRESSION MODE to see it displayed.

Use the interactive editor below to test out your code:

Custom chart color scheme

Open in Github Built: Tue, May 23, 2023 (06:12:33 PM)

On This Page

FEEDBACK