Documentation Index
Fetch the complete documentation index at: https://docs.omni.co/llms.txt
Use this file to discover all available pages before exploring further.
This allows you to maintain consistent coloring for the measure across visualizations.
Syntax
<measure_name>:
colors:
series: <color>
Properties
The name of the measure.Hide measure_name properties
Contains color configuration for the measure.Hide measure_name properties
The color to be used in visualizations when the measure is used as a series. Can be specified using any legal CSS method.
Examples
first_order_date:
colors:
series: green
first_order_date:
colors:
series: rgb(0, 0, 255)
first_order_date:
colors:
series: rgba(0, 0, 255, 0.3)
first_order_date:
colors:
series: hsl(120, 100%, 50%)
Hex color (must be quoted)
first_order_date:
colors:
series: "#000000"