# Bar Chart (Histogram)

As line chart, bar chart is also very common way of representing time domain series data.

<figure><img src="/files/IqhWawMhfobWMUYEfiqm" alt=""><figcaption><p>Bar Chart With Two Asset And Single Data Field</p></figcaption></figure>

It is helpful to see difference between different data sets and can support unlimited asset and their fields with two Y axis on time domain.

<figure><img src="/files/twQMtgXaVgXNZ3eFV1f6" alt=""><figcaption><p>Bar Chart Details</p></figcaption></figure>

Bar chart also have data parsing algorithm options in addition to data interval option for data manipulation.

However, users can also publish data directly without any data manipulation like in line chart.

<figure><img src="/files/9ErQfpxfr0oj343Xc52J" alt=""><figcaption><p>Bar Chart Menu</p></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/bar-chart-histogram.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.
