> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usedatabrain.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Network Chart

> Set up a Network chart for node and link visualization.

A Network chart shows **nodes** and **links** between them (e.g., relationships, flow). Similar in structure to Sankey but for graph-style connections.

## Data Requirements

* **Source** dimension (from node)
* **Target** dimension (to node)
* **Value** measure (link strength/size)
* Network is enabled when you have 3+ total columns and 5+ numeric values (per `getEnabledChart` logic)

## How to Set Up

1. Create a metric with at least two dimensions (source, target) and one measure.
2. Click the **Charts** icon and choose **Network** (if available).
3. Configure **Source**, **Target**, and **Value** in chart properties (similar to Sankey setup).

## When Network Is Disabled

Network may not appear if your data has fewer than 3 total columns or fewer than 5 numeric values. Use **Sankey** for flow-style data with a similar structure.
