# Line - Bar Chart

Line-Bar chart is a hybrid chart combines both line and bar chart characteristics for better data analysis.

<figure><img src="https://803875272-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsUGOLnOOPZHTcQBNC5GI%2Fuploads%2Fy5Cpnvauy7kcyFc79kwc%2Fimage.png?alt=media&#x26;token=2bedb568-98ca-4980-ad37-c735e0c39d1f" alt=""><figcaption><p>Line-Bar Chart</p></figcaption></figure>

It is useful to understand relationship of two or more different type of data such as temperature vs water consumption on single graphic.

As other analytic charts, it has advanced features to provide easy to use interface.

<figure><img src="https://803875272-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsUGOLnOOPZHTcQBNC5GI%2Fuploads%2FnifTO6FzWsktX63dnyYb%2Fimage.png?alt=media&#x26;token=f98c4f6c-5c5f-4248-814a-db2a027e1348" alt=""><figcaption><p>Line-Bar Chart Features</p></figcaption></figure>

Since its basically combination of line and bar charts, its configuration needs to be done for both charts.

<figure><img src="https://803875272-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsUGOLnOOPZHTcQBNC5GI%2Fuploads%2FQDFbWaR91NVajg54eQPH%2Fimage.png?alt=media&#x26;token=00bac8f7-55d5-482d-a4ae-3fdb6181b3d1" alt=""><figcaption><p>Line Chart Configuration</p></figcaption></figure>

<figure><img src="https://803875272-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsUGOLnOOPZHTcQBNC5GI%2Fuploads%2FXBzSJkHUG3FZ4T4kVDhE%2Fimage.png?alt=media&#x26;token=581564cd-d677-45d1-851f-3266a372b5b1" alt=""><figcaption><p>Bar Chart Configuration</p></figcaption></figure>

Similar to line chart and bar chart, line-bar chart also have data parsing and data manipulation capabilities.

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.
