# Overview

{% embed url="<https://www.youtube.com/watch?v=ikkMK8mgn0o>" %}

You can easily add charts to your Noloco apps both on views and on blank pages.

In this video, learn how to:

* Configure the charts display option on views
* Choose the perfect chart type for your data
* Make charts take up the full-width of the screen
* Use blank pages to add charts from different data tables
* Filter chart data to only show data that meet certain criteria
* Add visibility rules to control who can see specific charts

### Where can I add charts to my app?

You can choose the charts display option on [views](/pages/views.md) and you can also add charts to [blank pages](/pages/blank-pages.md).

{% hint style="info" %}
If you want to add multiple charts to the same page pulling in data from *different* tables, you'll have to add a [Blank page](/pages/blank-pages.md) (as shown in the video) as opposed to using a view.
{% endhint %}

### What chart types can I choose from?

You have six different options for charts in Noloco.

### Line charts

Line charts display trends over time by connecting data points with a continuous line, making it easy to visualize changes and patterns in data across intervals.

![](/files/JHL3pbPi76VcbxhcsfTp)

### Bar charts

Bar charts use easy to read bars to represent data values, allowing for straightforward comparison of different categories or groups within a dataset.

![](/files/TsrwLbJJVfLFCrw7gvdU)

### Stacked Bar Charts

Stacked bar charts break down and compare parts of a whole across different categories by stacking bars, providing a clear view of the composition of each bar segment.

{% @arcade/embed url="<https://app.arcade.software/share/VVCCAcqiwt7HcGcSK7mc>" flowId="VVCCAcqiwt7HcGcSK7mc" %}

### Area charts

Area charts are similar to line charts but with the area below the line filled in, which emphasizes the magnitude of changes over time and shows cumulative totals.

![](/files/g5lu7OmJKrL7hatxmpth)

### Donut Charts

Donut charts are a variation of pie charts with a central hole, used to represent proportions of a whole, making it easier to compare different segments.

<figure><img src="/files/zf6iHcuTMb05jMR7mvmJ" alt=""><figcaption></figcaption></figure>

### Funnel Charts

Funnel charts visualize the progressive reduction of data as it passes through sequential stages, commonly used to track sales or user journey processes.

![](/files/IKdtQ6aiPpWajvQohETE)

### Radar Charts

Radar charts display multivariate data on a two-dimensional plane with axes starting from the same point, ideal for comparing the performance of multiple variables or categories.

![](/files/Q7xmRAKUdjasNvKATOQo)

### Statistics

Statistic charts present a single, prominent number that summarizes a key aspect of a dataset, offering a quick and clear insight into a specific metric or value.

<figure><img src="/files/LpJxYhNLj6ic7sveWFJw" alt=""><figcaption></figcaption></figure>

### How to add a Chart dashboard to your app

1\) Add a View

![](/files/TDRcrFJLEHkDhS6Kvysx)

2\) Change the **Display** to **Charts**

![](/files/nK3OK4NXO9qwKJ3Q8AF6)

3\) Edit your first chart by clicking the pencil icon

![](/files/oGXQJ3w3erC9HQLyZCKu)

4\) Choose your 'Chart type' Select from Line, Bar or Area Charts as shown above.

5\) X & Y Axis Values Choose which values should be displayed on the X axis (e.g. time). You can have multple series per chart, so you can choose a Y-axis value for each series. Don't forget to label your series!

Below for our real estate app, we've chosen the listing status field for the X axis and have added 3 series, Start price, Solid Price and Price now

![](/files/eE2rcm5dZb6TWWiIevjJ)

{% hint style="info" %}
**Working with dates on the X-Axis:** When using date fields on your X-Axis (like "Created at", "Purchase date", or "Completed on"), Noloco automatically sorts them chronologically from oldest to newest (left to right). You can then choose how to group these dates by selecting **Year**, **Quarter**, **Month**, **Week**, or **Day**. This lets you see trends at different time scales without needing separate "Month" or "Year" fields in your data.
{% endhint %}

6\) Provide context by adding a chart title and subtitle

![](/files/0eLmmPDV0cPcz8VB3n9N)

Read more about Charts in Noloco 👇

{% content-ref url="/pages/UOfvmzBawFUva3W0k74G" %}
[Charts](/views/display/charts.md)
{% endcontent-ref %}


---

# 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://guides.noloco.io/charts/overview.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.
