# Line

The Line chart represents a series of data as a line or multiple lines, plotted across time or another numerical dimension.

| Features                                                                     | Quantity | Notes                                      |
| ---------------------------------------------------------------------------- | -------- | ------------------------------------------ |
| Required [Dimensions](/v8.3.0/immerse/measures-and-dimensions.md#dimensions) | 1-2      | Dimension 1 = X Axis, Dimension 2 = Series |
| Required [Measures](/v8.3.0/immerse/measures-and-dimensions.md#measures)     | 1        | Measure 1 = Y Axis.                        |

The optional multi-series capability of the Line chart can break out values by an additional dimension.

## Line Chart Examples

Create a new Line chart. Choose a **Data Source**. This example uses the official database of [UFO sightings](https://github.com/planetsig/ufo-reports/tree/master/csv-data)

Categorize UFO sightings on the **Dimension** *sighting\_time* and set the **Measure** to the number of records (the number of sightings).

<figure><img src="/files/08ZBGOqfpsGbuNYSgKLg" alt=""><figcaption></figcaption></figure>

Adding the **Dimension** *shape* displays a separate line for each sighting type across time.

<figure><img src="/files/ucEfCvMLkAfx6lk0sEK0" alt=""><figcaption></figcaption></figure>

The records go back to 1905, with very few recorded sightings. Selecting a more recent 10-year block presents information in a more digestible form. For an ad hoc report, you can brush across values in the Range Chart to filter a smaller number of data points, or you can enter start and end dates on the x axis for precise values.

<figure><img src="/files/GKwNhIQnlAkUGtHefpMF" alt=""><figcaption></figcaption></figure>

When you set the x axis to a date/time value, you have the option of setting the intervals to month, quarter, or year. Setting the **BIN** to **1y** can make the values easier to discern.

<figure><img src="/files/d2F7tT1hNeLtFR8vFnVl" alt=""><figcaption></figcaption></figure>

You can change from a line chart to an area chart, adding more contrast to make the differences between the values more apparent.

<figure><img src="/files/WFBAFzs9uLuQi8TKYySo" alt=""><figcaption></figcaption></figure>

You can also reduce the number of series displayed by removing their entries from the **COLOR PALETTE**.

<figure><img src="/files/zJLPJWJMUmrodgUJDGNa" alt=""><figcaption></figcaption></figure>

After you reduce the scope of the chart, you can change the labels on the axes and the chart title to reflect the current state of the information.

<figure><img src="/files/pd5jlOMDKCwQZdYBjobq" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.heavy.ai/v8.3.0/immerse/deprecated-charts/line.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
