> ## Documentation Index
> Fetch the complete documentation index at: https://axiom.co/docs/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://axiom.co/docs/feedback

```json
{
  "path": "/dashboard-elements/configure",
  "feedback": "Description of the issue"
}
```

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

</AgentInstructions>

# Configure dashboard elements

> This section explains how to configure dashboard elements.

When you create a chart, click <Icon icon="sliders-simple" iconType="light" /> to access the following options.

## Values

Specify how to treat missing or undefined values:

* **Auto:** This option automatically decides the best way to represent missing or undefined values in the data series based on the chart type and the rest of the data.
* **Ignore:** This option ignores any missing or undefined values in the data series. This means that the chart only displays the known, defined values.
* **Join adjacent values:** This option connects adjacent data points in the data series, effectively filling in any gaps caused by missing values. The benefit of joining adjacent values is that it can provide a smoother, more continuous visualization of your data.
* **Fill with zeros:** This option replaces any missing or undefined values in the data series with zero. This can be useful if you want to emphasize that the data is missing or undefined, as it causes a drop to zero in your chart.

## Variant

Specify the chart type.

**Area:** An area chart displays the area between the data line and the axes, often filled with a color or pattern. Stacked charts provide the capability to design and implement intricate query dashboards while integrating advanced visualizations, enriching your logging experience over time.

<Frame>
  <img src="https://mintcdn.com/axiom/ht_bivVnbPw26JRw/doc-assets/shots/area-variant-section-chart.png?fit=max&auto=format&n=ht_bivVnbPw26JRw&q=85&s=164f7cc679828ae24eba7f0cf5955f53" alt="Area chart" width="1196" height="676" data-path="doc-assets/shots/area-variant-section-chart.png" />
</Frame>

**Bars:** A bar chart represents data in rectangular bars. The length of each bar is proportional to the value it represents. Bar charts can be used to compare discrete quantities, or when you have categorical data.

<Frame>
  <img src="https://mintcdn.com/axiom/ht_bivVnbPw26JRw/doc-assets/shots/bar-variant-chart-1.png?fit=max&auto=format&n=ht_bivVnbPw26JRw&q=85&s=bafa754f68b96f39cd01c0b48044338e" alt="Bar chart" width="1365" height="611" data-path="doc-assets/shots/bar-variant-chart-1.png" />
</Frame>

**Line:** A line chart connects individual data points into a continuous line, which is useful for showing logs over time. Line charts are often used for time series data.

<Frame>
  <img src="https://mintcdn.com/axiom/ht_bivVnbPw26JRw/doc-assets/shots/line-variant-section-chart.png?fit=max&auto=format&n=ht_bivVnbPw26JRw&q=85&s=6fad73a2b6c2d3ad1978cb7a2fe63041" alt="Line chart" width="1207" height="667" data-path="doc-assets/shots/line-variant-section-chart.png" />
</Frame>

## Y-Axis

Specify the scale of the vertical axis.

**Linear:** A linear scale maintains a consistent scale where equal distances represent equal changes in value. This is the most common scale type and is useful for most types of data.

<Frame>
  <img src="https://mintcdn.com/axiom/ht_bivVnbPw26JRw/doc-assets/shots/linear-scale-y-axis-chart.png?fit=max&auto=format&n=ht_bivVnbPw26JRw&q=85&s=43f8b19635b3e136e82fcd8e30a97584" alt="Linear scale" width="1161" height="801" data-path="doc-assets/shots/linear-scale-y-axis-chart.png" />
</Frame>

**Log:** A logarithmic (or log) scale represents values in terms of their order of magnitude. Each unit of distance on a log scale represents a tenfold increase in value. Log scales make it easy to see backend errors and compare values across a wide range.

<Frame>
  <img src="https://mintcdn.com/axiom/ht_bivVnbPw26JRw/doc-assets/shots/log-scale-y-axis-chart.png?fit=max&auto=format&n=ht_bivVnbPw26JRw&q=85&s=ae137db80a51bf7ab9b112bd42f936c3" alt="Log scale" width="1185" height="670" data-path="doc-assets/shots/log-scale-y-axis-chart.png" />
</Frame>

## Annotations

Specify the types of annotations to display in the chart:

* Show all annotations
* Hide all annotations
* Selective determine the annotations types to display
