# Data Driven Charts

## Overview

Labii’s data-driven chart widgets empower users to create dynamic visualizations based on the underlying data of their records. These widgets support generating charts categorized by specific columns—either categorical (e.g., status, type, owner) or numerical (e.g., quantity, value)—to reveal patterns and insights within a dataset. Users can choose how to group and visualize the data, enabling the creation of bar charts, pie charts, line graphs, and more, all driven directly from table content. This flexibility allows for customized, interactive reporting that enhances data exploration and decision-making within Labii.

## Widgets

Here are a list of widgets under the chart category:

* [Chart By Category X](/widgets/dashboard-widgets/reports/data-driven-charts/chart-by-category-x.md)
* [Chart By Numeric X](/widgets/dashboard-widgets/reports/data-driven-charts/chart-by-numeric-x.md)
* [Composed Chart By Category X](/widgets/dashboard-widgets/reports/data-driven-charts/composed-chart-by-category-x.md)


---

# 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://docs.labii.com/widgets/dashboard-widgets/reports/data-driven-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.
