> For the complete documentation index, see [llms.txt](https://docs.unifize.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unifize.com/user-guide/definitions/chart.md).

# Chart

### Definition

A Chart in Unifize is a visual representation of data extracted from reports. Charts help users analyze trends, identify bottlenecks, and gain insights into process performance through dynamic and interactive visuals.

By using charts, teams can track key metrics, compare data points, and make data-driven decisions efficiently.

### Key Features

* **Real-time Data Visualization** – Automatically updates as records change.
* **Multiple Chart Types** – Supports bar, line, pie, and other visual formats.
* **Interactive & Drill-Down Capabilities** – Click on data points to access related records.
* **Custom Filters & Segmentation** – Apply filters to focus on specific data sets.
* **Seamless Report Integration** – Charts are linked to underlying reports for deeper analysis.

### What constitutes a Chart?

Every Chart in Unifize consists of the following key elements:

1. **Data Source & Filters**
   1. Pulls data from reports, displaying relevant insights.
   2. Filters applied determine what data is visualized.
2. **Chart Display**
   1. Graphical representation of process data (e.g., bar, pie, line charts).
   2. Legends and color coding for easy interpretation of categories.
3. **Linked Report Data**
   1. Displays underlying records related to the chart.
   2. Users can click data points to drill down into details.
4. **Customization & Export Options**
   1. Create Another Chart – Build additional charts from the same dataset.
   2. Customize View – Modify filters, groupings, or chart type.
   3. Save & Share – Save the chart or export it for external use.

<figure><img src="/files/BmgtiTK7Ys8h5TRahGg6" alt=""><figcaption><p>An exmple Chart on 'Pending documents by owner and status'</p></figcaption></figure>

Charts in Unifize transform raw data into actionable insights, enabling teams to track performance, spot inefficiencies, and improve decision-making. With real-time updates, interactive drill-downs, and flexible customization, charts provide clarity and transparency in complex workflows


---

# 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.unifize.com/user-guide/definitions/chart.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.
