> For the complete documentation index, see [llms.txt](https://www.usemotion.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.usemotion.com/help/project-management/dashboards/reference-dashboards.md).

# Reference: Dashboards

## Overview

Dashboards are made up of customizable **cards** that visualize your Motion work as numbers, charts, or summaries. This reference covers all available chart types, fields, and configuration options.

### Chart Types & Styles

* **Number charts** → Show a single metric (e.g., “Tasks completed this week”).
* **Bar charts** → Compare values across fields (e.g., Tasks by Assignee).
* **Pie charts** → Visualize proportions (e.g., Task status distribution).
  * Style: Filled or Donut.
* **Line charts** → Show trends over time (e.g., Tasks started per week).
  * Interpolation options: Basis, Bump, Natural, Step, etc.

### Data Sources

* **Tasks**
* **Projects**

### Axes & Values

* **Y-Axis** → Count or Total Hours.
* **X-Axis** → Any field, including:

| X-axis field                                                                                                   | X-axis field                                                                                      | X-axis field                                                                                      |
| -------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| <ul><li>Assignee</li><li>Auto-schedule toggle</li><li>Completed on</li><li>Deadline</li><li>Duration</li></ul> | <ul><li>Estimated completion</li><li>ETA</li><li>Label</li><li>Priority</li><li>Project</li></ul> | <ul><li>Stage</li><li>Start date</li><li>Status</li><li>Workspace</li><li>Custom fields</li></ul> |

### Sorting Options

* Value Ascending
* Value Descending
* Name Ascending
* Name Descending

### Grouping Options

* Same as X-axis fields (except **Assignee**).

### Filters

* **Project filters** → Same fields as X-axis.
* **Task filters** → Same fields as X-axis + option to include archived tasks.

### Line Chart–Specific Settings

* **Time unit** → Day, Week, Month, Quarter, Year.
* **Range** → Choose a fixed or relative date range (e.g., Next 30 days).
* **Interpolation** → Options for how points are connected (Basis, Step, Monotone, etc.).

### Chart Actions

* Expand chart
* Edit chart
* Duplicate chart
* Remove chart

### Sharing & Permissions

* Dashboards can be shared with your team.
* Cards inherit permissions from underlying projects/tasks.


---

# 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://www.usemotion.com/help/project-management/dashboards/reference-dashboards.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.
