# Sparklines Pane

You can now have a cell that displays a graphical overview of the data summarised at group level. All you have to do is select the type of graph, the aggregation type, the x-axis and the y-axis fields.&#x20;

<figure><img src="/files/uiUhn6HEV82gtCT0YbjZ" alt=""><figcaption><p>A Sparkline</p></figcaption></figure>

There are different graphical visualisation types of Sparkline:

* Area
* Line
* Bar ( Vertical )
* Bar ( Horizontal )

{% tabs %}
{% tab title="Area" %}
Displays a line that connects the data points with a highlight that is shown 'under' the line to the origin ( Zero point ).

<figure><img src="/files/5Q2TJfQqGupAlLvYFTOT" alt=""><figcaption><p>Area Sparkline type</p></figcaption></figure>
{% endtab %}

{% tab title="Line " %}
This displays a line that connects the data points.

<figure><img src="/files/QbzoRBVcJswLBXUvMMkp" alt=""><figcaption><p>Line Sparkline type</p></figcaption></figure>
{% endtab %}

{% tab title="Bar ( Vertical )" %}
Displays the traditional bar chart in the vertical setting.

<figure><img src="/files/xhaajIbmvPPbnzEpWrX8" alt=""><figcaption><p>Bar ( Vertical ) Sparkline type</p></figcaption></figure>
{% endtab %}

{% tab title="Bar ( Horizontal )" %}
Displays the traditional bar chart in the horizontal setting.

<figure><img src="/files/mdN9FIAlKXAMuwKFd38g" alt=""><figcaption><p>Bar Horizontal Sparkline type</p></figcaption></figure>
{% endtab %}
{% endtabs %}

### How to create a Sparkline

Creating a Sparkline is an easy process as you need just four variables: Type of Sparkline( Area by default), Aggregate type, X-Axis field and the Y-Axis field. <br>

A detailed guide on how to create a Sparkline can be found in [How to create a Sparkline](/supertables/guides/how-to-create-a-sparkline.md) .


---

# 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.infotopics.com/supertables/configuration/configuration-screen/data-tab/sparklines-pane.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.
