# Line Chart

Skysens AgPM provides  line chart with multiple features and can be used for real time data monitoring or comparative analytics with unlimited data time frame.

<figure><img src="/files/hivRnaxVSiB7EOA6OweH" alt=""><figcaption><p>Comparison of Two Different Time Series</p></figcaption></figure>

<figure><img src="/files/LeTReYao1GEGg96PnRY5" alt=""><figcaption><p>In Widget Menu</p></figcaption></figure>

Similar to intensity chart, line chart has built-in analytics capabilities for better data handling.Its widget menu has multiple function to handle different time series simultaneously.

Its being used as a histogram, trend analysis, comparison of two or more time series and other technical and non technical requirements.

Since data parsing manipulation can help user to identify different angles on the data, line chart widget also offers multiple different parsing option.

Users can visualize data flows directly, or, they can manipulate data parser in order to understand hidden patterns with data parsing algorithm and interaction period time(time interval) feature.

<figure><img src="/files/34a17wtinxdO1VpoG2Nt" alt=""><figcaption></figcaption></figure>

Data can be analyzed with 4 different time interval option which are **hourly, daily, weekly and monthly**.(Interaction Period)

Data parsing configuration also provides 3 algorithm option to parse the data for every data time interval option  selected.&#x20;

These are:

**-Average:** Takes arithmetic average of all data falls in selected time interval.

**-Percentage:** Rational difference between first data and last data in selected time lapse.It is used to understand change as ratio in time lapse. Can be used for consumption or counting analysis.

**-Differential:** Nominal difference between first and last data in selected time lapse. Can be used to understand extreme changes.


---

# 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.skysens.io/main-menu-and-overview/widget-types/line-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.
