Configures the color of the categories of a categorical or text column.
Inputs
Column to be configured.
Outputs
Parameters
Category colors. A mapping of category names to colors.
Values must match the following regex pattern:
^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$
Was this page helpful?