# Charts

{% embed url="<https://youtu.be/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 tables
* Filter chart data to only show data that meet certain criteria
* Add visibility rules to control who can

{% 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 %}


---

# 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/views/display/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.
