> For the complete documentation index, see [llms.txt](https://help.workdigital.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.workdigital.io/custom-database-apps/views/adding-a-chart-view.md).

# Adding a Chart View

&#x20;

* To add a Chart View, navigate to your App and go to “Data Views” as shown below :
* Click on “+ New View” to add a new chart view :
* Follow below steps to setup your new chart view :

1. Add a name for the view
2. Select at least one chart view display type for your view (you can select more than one chart to display)
3. (Optional) Select the columns you want to display (only applicable for display type List View)
4. (Optional) Select Grouping if you want to group your records by a particular field
5. (Optional) Select Sorting for your records
6. (Optional) Select Filters to filter out any records which match certain criteria(s)
7. Click “Save” to save your new view.

* Mandatory additional Setup for chart view :

1. Once you have created the chart view, go to the newly created view and select any of the charts from the chart icons on the right hand side
2. Then click on “setting” icon and click “View Settings”
3. Define the X-axis and Y-axis label and column settings and click “Submit”


---

# 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://help.workdigital.io/custom-database-apps/views/adding-a-chart-view.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.
