> ## 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.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.omni.co/feedback

```json
{
  "path": "/visualize-present/visualizations/configuration/series-configuration",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Series configuration

> Configure individual chart series in Omni, including chart type, axis assignment, label formatting, and data display options.

Each series / field offers configuration in addition to the axis configuration. In this area the data itself can be controlled (vs the axis or facet like color). To configure the  or  generally follow the corresponding settings.

To access the configuration menu, click the **caret** to the left of the `X` in either an X-axis or Y-axis field in the **Chart Options**:

<img src="https://mintcdn.com/omni-e7402367/LaCqotsRT2DGg3iL/images/docs/visualization-and-dashboards/configuration/assets/images/series-config-toggle-3d4a3e0faf5f78d4ba8190abac85108a.png?fit=max&auto=format&n=LaCqotsRT2DGg3iL&q=85&s=a15bc7e37326c15c17331e51d76a321b" alt="" width="404" height="192" data-path="images/docs/visualization-and-dashboards/configuration/assets/images/series-config-toggle-3d4a3e0faf5f78d4ba8190abac85108a.png" />

## X-Axis series configuration

<img src="https://mintcdn.com/omni-e7402367/LaCqotsRT2DGg3iL/images/docs/visualization-and-dashboards/configuration/assets/images/series-x-config-e34ac1203259a5a5ab380909f3857871.png?fit=max&auto=format&n=LaCqotsRT2DGg3iL&q=85&s=16a0c45bbcd3b8b0e401007b760539ee" alt="" width="404" height="279" data-path="images/docs/visualization-and-dashboards/configuration/assets/images/series-x-config-e34ac1203259a5a5ab380909f3857871.png" />

The X-Axis configuration offers controls for the label (which mirrors the x-axis label controls). Additional configuration is available for formatting of values (number, percentage, currency, and integer) as well as number of decimals. By default series will mirror formatting in the results table (auto).

## Y-Axis series configuration

<img src="https://mintcdn.com/omni-e7402367/LaCqotsRT2DGg3iL/images/docs/visualization-and-dashboards/configuration/assets/images/series-field-config-92ac4cdf87276fa65b60dbada1626a33.png?fit=max&auto=format&n=LaCqotsRT2DGg3iL&q=85&s=ff3a3c356bab4c7ba0820b4752d3f551" alt="" width="402" height="286" data-path="images/docs/visualization-and-dashboards/configuration/assets/images/series-field-config-92ac4cdf87276fa65b60dbada1626a33.png" />

The y-axis configuration will mirror the x-axis configuration with additional controls for labeling data points and trendlines.

### Visualization data labels

<img src="https://mintcdn.com/omni-e7402367/LaCqotsRT2DGg3iL/images/docs/visualization-and-dashboards/configuration/assets/images/series-labels-config-9e430e4a02d5fd1b7d8ef1fce339293b.png?fit=max&auto=format&n=LaCqotsRT2DGg3iL&q=85&s=fee5049fe512a44dc0cc19037aea84c6" alt="" width="404" height="331" data-path="images/docs/visualization-and-dashboards/configuration/assets/images/series-labels-config-9e430e4a02d5fd1b7d8ef1fce339293b.png" />

The **Labels** tab contains configuration options for data labels, which display as values above each point in the graph.

To make the labels more dense, check the **Show all labels** box.

By default, points are labeled with the series in use, but can also reference other fields (ie. labeling an measure-measure XY scatterplot with data labels for the dimension).

Position will move the label vis-a-vis the data point (by default overlaid).

### Trendlines / moving average / regression lines

<img src="https://mintcdn.com/omni-e7402367/LaCqotsRT2DGg3iL/images/docs/visualization-and-dashboards/configuration/assets/images/series-analytics-config-ec8543133b845a7749a7c20943f5c10a.png?fit=max&auto=format&n=LaCqotsRT2DGg3iL&q=85&s=02c15782c17ab303a7e9c4b3b31bfdb9" alt="" width="400" height="328" data-path="images/docs/visualization-and-dashboards/configuration/assets/images/series-analytics-config-ec8543133b845a7749a7c20943f5c10a.png" />

The **Analytics** tab contains configuration options for adding moving averages to charts or regression lines. **Note**: Displaying the regression formula or r-squared isn't currently supported.

**For moving averages,** the trend line will mirror the order in the table when toggling between center and lagging, so for desired behavior the table may need to be resorted.

**For more custom trendlines and moving averages,** it's recommended to build [calculations](/analyze-explore/calculations) in the results table.
