# Chart

Chart widgets show your device data over time using line, bar, or area charts. You can mix chart types and show data from one or many devices.

{% hint style="success" %}
Chart widget supports multiple data points from one device or from devices in different projects.
{% endhint %}

***

### Chart – Single Metric

Displays one metric from a single device using line, bar, or area style.

{% @arcade/embed flowId="RKPSZrEg3OvAQZGWfPRJ" url="<https://app.arcade.software/share/RKPSZrEg3OvAQZGWfPRJ>" %}

***

### Chart – Multiple Metrics (Single Device)

Shows multiple metrics from the same device. Each metric can use a different chart type.

{% hint style="success" %}
You can follow the same steps to select data from multiple devices, even across different projects.
{% endhint %}

{% @arcade/embed flowId="QC8a8DSl1kbzJ0cVApLy" url="<https://app.arcade.software/share/QC8a8DSl1kbzJ0cVApLy>" %}

***

### Chart – Mixed Display

A more advanced example, including multiple data points, multiple Y-axes, timescale options, and zoom functionality enabled.

{% @arcade/embed flowId="ULWuWAFFT1tFW6uUScj4" url="<https://app.arcade.software/share/ULWuWAFFT1tFW6uUScj4>" %}

***


---

# 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.qubitro.com/platform/monitoring/dashboards/widgets/chart.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.
