> For the complete documentation index, see [llms.txt](https://docs.jetadmin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jetadmin.io/user-guide/design-and-structure/components/charts.md).

# Charts

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

Charts let you display and track global KPIs on the dashboard and provide at-a-glance performance insights. It's the fastest way to create analytical reports on your data.&#x20;

![](/files/-MEUeBzTK8f-99YlIwNc)

Jet Admin has the following charts for visualizing data: **line**, **bar**, **stacked bar, pie,** **doughnut, single value, radar, polar area, scatter, and bubble.**

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

### Sharing charts

You can share charts you make by clicking on the Share button in the upper right corner, just like [sharing any other app.](https://docs.jetadmin.io/user-guide/core-concept/sharing-your-app)

A specific use case that can be valuable for charts, however, is adding the charts to Notion.

To share a chart or dashboard in Notion, click on the *Share* button, then go to the tab that says *Public Share.* Adding a *Public Share* link will give anyone with the link access to your app. As such, it is usually recommended to set public link permissions to Read-only.

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

To add the chart to Notion, go to the Notion page that you want to add the chart to, and past in the link. Then choose *Create Embed* in the dropdown menu that immediately appears when you paste the link.

Note that your whole app will be embedded in Notion. If you are making charts specifically to be used in Notion, you should consider this when designing your app and, for example, use design features such as tabs.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.jetadmin.io/user-guide/design-and-structure/components/charts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
