> For the complete documentation index, see [llms.txt](https://help.aranet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aranet.com/base-stations/base-stations/web-interface/overview/graphs.md).

# Graphs

The graphs screen enables the user to view, compare, and analyze data from the sensors. The “Graph” page&#x20;enables the user to look at historical data, patterns, and changes, as well as compare multiple sensors&#x20;readings over time to see potential correlations.

<div data-with-frame="true"><figure><img src="/files/f0jlU2cml6PZJOrbW3J3" alt=""><figcaption></figcaption></figure></div>

By pressing the plus icon, you can add up to 20 sensors at once for analysis one by one, or use the "Add multiple sensors"&#x20;icon to add the first 20 sensors at once.

Now you can:&#x20;

* Choose which values to graph depending on the attached sensor, and receive as much information&#x20;  as needed.
* Set a custom period to look for historic data analysis.

<details>

<summary>Available timelines list</summary>

* Last 7 days (default)
* Today
* Yesterday
* This week
* Last week
* This month
* Last month
* This year
* Last year

</details>

* Export data to .xlsx, .csv, .png, or .svg files by using the Download button.

<div data-with-frame="true"><figure><img src="/files/8PQYUN00zYcQmoFEAZoa" alt=""><figcaption></figcaption></figure></div>

Use the Tune button to open a sub-menu allowing the user to select or deselect additional parameters&#x20;to display on graphs (received signal strength level RSSI, battery level, and others).

{% hint style="info" %}
Each sensor will have its own color to make it easier see the difference between measurements of different sensors.
{% endhint %}

<div data-with-frame="true"><figure><img src="/files/Ip2jXEh02m29W57ytCCe" alt=""><figcaption></figcaption></figure></div>

On a computer, timeline zoom-in and zoom-out can be done using the mouse scroll wheel while the mouse&#x20;pointer is positioned in the graph area (some applications require holding down the Control button (ctrl)&#x20;while scrolling the mouse wheel).

On a smartphone device, it is possible to use the multi-touch and panning functions with two fingers for&#x20;navigation.

Positioning the cursor on a specific point on the graph, detailed information about a measurement reading&#x20;will be displayed.

<div data-with-frame="true"><figure><img src="/files/rWt2yRVGwQoZPgKIJwjI" alt=""><figcaption></figcaption></figure></div>

{% columns %}
{% column width="41.66666666666667%" valign="middle" %}
If you wish to highlight some sensor data in the graph, click on the&#x20;sensors name.
{% endcolumn %}

{% column width="58.33333333333333%" %}

<div data-with-frame="true"><figure><img src="/files/tP6EoXFcnb1WUevBxpJI" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}
{% endcolumns %}

The graph line of the selected sensor will be highlighted in bold.

<div data-with-frame="true"><figure><img src="/files/yzRifQ5AftZWLGeIFY4l" alt=""><figcaption></figcaption></figure></div>

To display the measurement curves with more granularity, untick the&#x20;Autoscale and choose the Min and Max values by moving the slide&#x20;bars or typing in the required values.

<div data-with-frame="true"><figure><img src="/files/pdiVVdARIjdZeMkROzMd" alt=""><figcaption></figcaption></figure></div>

To&#x20;rearrange the order in which the&#x20;graphs are displayed, and drag the parameter boxes by the Move handle.&#x20;Release it in the desired position.

{% columns %}
{% column width="66.66666666666666%" %}

<div data-with-frame="true"><figure><img src="/files/wdwVgIxlAkPulGcWRaEE" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="33.33333333333334%" valign="middle" %}
To&#x20;rearrange the order in which the&#x20;graphs are displayed, drag the parameter boxes by the Move handle.&#x20;Release it in the desired position.
{% endcolumn %}
{% endcolumns %}


---

# 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://help.aranet.com/base-stations/base-stations/web-interface/overview/graphs.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.
