> For the complete documentation index, see [llms.txt](https://docs.buildings.ability.abb/collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildings.ability.abb/collection/platform/insight-analytics/the-insight-analytics-interface/chart.md).

# Chart

The main feature of the *Insight Analytics* interface is the Chart **\[A]**.

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

This is an area displaying a visual representation of the selected data, usually with recorded value as the y-axis and time as the x-axis.

### Configuring the chart display

#### Titles

To edit titles of the chart and its axes, click the *Settings* button **\[C]** to open the *Settings* dialog and select the *Titles* tab. You can set any text for the Chart title and subtitle, and for each of the axes.

<figure><img src="/files/WKYgAL33Ydd8nKbNvGQs" alt="" width="203"><figcaption></figcaption></figure>

#### Legend

To configure the Legend below the chart, click the *Settings* button **\[C]** to open the *Settings* dialog and select the *Legend* tab, where you can hide or display the legend, specify how series callouts should be arranged and specify the naming schema.

<figure><img src="/files/hA8bC882Lj4Ya8PntQcZ" alt="" width="206"><figcaption></figcaption></figure>

{% hint style="info" %}
You can insert variables in {{curly brackets}} into the *Legend template*.
{% endhint %}

#### Series Colors

To set specific colors for the series on the chart, click the *Settings* button **\[C]** to open the *Settings* dialog and select the *Series colors* tab. You can edit colors for each of the series, change the order that the colors are applies to the series, or reset to the original default settings.

### Exporting chart image or chart data

The chart can be exported either as an image or as raw data for use in 3rd party applications, by clicking the Export button **\[B]**.

For more detail see [->Exporting Chart Data](/collection/platform/insight-analytics/examining-meter-data.md#exporting-and-printing-chart-data).

### Navigating data from the Chart

When appropriate (e.g. when viewing data over a preset Time Period) navigation buttons **\[D]** are available.

You can move between time periods using these buttons. For more information see [->Navigating preset time periods](/collection/platform/insight-analytics/the-insight-analytics-interface/time-period-picker.md#navigating-preset-time-periods).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.buildings.ability.abb/collection/platform/insight-analytics/the-insight-analytics-interface/chart.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
