# 6. Working with charts

With Inforiver, you can include a wide variety of charts and visualizations in your matrix reports in a single click. For a quick look at all the charts and visualizations available in Inforiver, refer to [basic inline charts](/working-with-inforiver/2.-displaying-information/add-basic-inline-charts.md).

A detailed explanation of every chart type along with their corresponding customization options has been elaborated in the upcoming sections.&#x20;

Apart from the customization options that are available for specific chart types and variations, there are certain customization options that are common for all chart types.

To add a row-level chart, select a measure(s) and select the chart type from the Chart section of the Home ribbon.

<figure><img src="/files/aGSUjOnNLJelGIuqYUQ5" alt=""><figcaption><p>Adding a row-level chart</p></figcaption></figure>

## 1. Overview

* **Sparklines** - Incorporate [sparklines](/working-with-inforiver/6.-working-with-charts/sparkline-charts.md), spark columns, and their variants such as the win-loss trend to capture performance over time
* **Bullet charts & clustered bars** - Utilize different types of [bullet charts](/working-with-inforiver/6.-working-with-charts/bullet-charts-and-clustered-bar-charts.md#i-2-value-bullet-charts), including the normalized bullet visualization (proposed by International Business Communication Standards) and [clustered bars](/working-with-inforiver/6.-working-with-charts/bullet-charts-and-clustered-bar-charts.md#iii-clustered-bars) for tracking performance
* **Stacked charts** - Highlight distribution across categories using [stacked charts](/working-with-inforiver/6.-working-with-charts/stacked-charts.md)&#x20;
* **Waterfall charts** - Visualize the breakdown of the total change in a value, such as a financial metric like net income or cash flow using [waterfall charts](/working-with-inforiver/6.-working-with-charts/waterfall-charts.md)
* **Bar & pin charts** - Deliver [bar](/working-with-inforiver/6.-working-with-charts/bar-charts.md#i-bar-charts) and [lollipop/pin](/working-with-inforiver/6.-working-with-charts/bar-charts.md#ii-pin-charts) charts for highlighting the magnitude and significance and also to compare multiple measures and visualize absolute and relative variances&#x20;
* **Changes/deviation** charts - Track changes over time or with respect to benchmark by using [dot plot, arrow plot, dumbbell plot & range plots](/working-with-inforiver/6.-working-with-charts/change-deviation-charts.md)

## 2. Basic customizations

Here we have listed down the common customization options and their functionalities.

### 2.1. Scale&#x20;

Using this option, you can configure the scaling of the data label. The available scaling options are

* **Universal** - This is the default option, and it indicates the contribution of the data metrics to the grand total, provided the grand total is enabled.
* **By level** - This indicates the contribution of the data metrics to each row and displays the chart only for the last expanded level
* **Parent scale** - This indicates the contribution of the data metrics to their parent level.

<div><figure><img src="/files/ikD4cYPd4AHzTIX4Cmam" alt=""><figcaption><p>Scaling by level</p></figcaption></figure> <figure><img src="/files/rjt63qTClrBTYIrVP37g" alt=""><figcaption><p>Scaling by parent level</p></figcaption></figure></div>

### 2.2. Label

This option lets you display data labels for all measures, specific measures, or none.

<figure><img src="/files/MYLotcm3odyhHkDc7PPH" alt=""><figcaption><p>Label option</p></figcaption></figure>

### 2.3. Color

This option lets you change the color of the data label of individual measures.

<figure><img src="/files/MhiTLXy7XQ6Dwfs7Bus3" alt=""><figcaption><p>Color option</p></figcaption></figure>

Clicking on the 'Color palette' icon to the right of a measure name will open up a 'Color picker' modal in which you can select the color of the data label of chosen measure.

<figure><img src="/files/nbETQDfPVIrpCZc8XuF4" alt=""><figcaption><p>Color picker</p></figcaption></figure>

### 2.4. Remove chart

Clicking on this option will remove the inserted chart from the report.

<figure><img src="/files/dpMdT15OBHHcIRug27G3" alt=""><figcaption><p>Remove chart option</p></figcaption></figure>

Navigate to the next section to learn more about [sparkline charts.](https://inforiver.gitbook.io/inforiver/working-with-inforiver/6.-working-with-charts/sparkline-charts)<br>


---

# 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.inforiver.com/working-with-inforiver/6.-working-with-charts.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.
