Need help? Get answers from the docs with Omni's in-app AI! Log in to your Omni instance and open the AI Assistant in the sidebar.
Maps a color to the measure when used as a series in a visualization.
<measure_name>: colors: series: <color>
Hide measure_name properties
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%)
first_order_date: colors: series: "#000000"
Was this page helpful?