> For the complete documentation index, see [llms.txt](https://docs.fabricplan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/visualization-library/network-graph.md).

# Network graph

Network graphs use connected nodes and links to visualize relationships between entities. Use them to explore connections, identify clusters, and understand how different categories or objects interact within a network. The nodes represent entities, the links show the relationships between them, and the network layout helps reveal patterns, central connections, and groups within the data.

{% hint style="info" %}
Network graphs are ideal for visualizing organizational structures, supplier and customer relationships, product dependencies, or communication networks.
{% endhint %}

### Configure a network graph

Follow the steps outlined to plot a network graph:

1. Select the **Charts 100+** visual.
2. **Chart type:** Select **Slope graph** from the **Special Charts** section.&#x20;
3. **Category:** Assign one or more dimensions that represent the nodes in the network. Each unique value is displayed as a node, and relationships are created between connected category values. *Example:* *Supplier and Warehouse.*
4. **Value:** Assign a measure to determine the weight or importance of the relationships. The measure can be used to size nodes or represent the strength of connections, depending on the visualization settings. *Example: Total Cost.*

<figure><img src="/files/u1tiqRXF8on78WtdD4BH" alt=""><figcaption></figcaption></figure>

5. Enable **Source & Target Mode** to show inflows and outflows from a single node.

<figure><img src="/files/mt8si1UDRHSs5GaMIBkw" alt=""><figcaption></figcaption></figure>

6. Set **Color mode** to **Dynamic** to show each dimension in a different color. Select the dimension color in **Row level format**.

<figure><img src="/files/Rk90tu7aOLFP2f55TPxx" alt=""><figcaption></figcaption></figure>

7. Configure the appearance of the links that connect nodes.
   * Select **Dynamic** to vary link thickness based on the value of each connection. Select **Default** to display all links with the same thickness.
   * Set the link thickness and choose a link type: Solid, Dashed, or Dotted.
   * Select a link style: Straight, Smooth curve, or S-shaped curve.
   * Choose how to color the links:
     * **Source** to use the source node color.
     * **Target** to use the target node color.
     * **Gradient** to blend the source and target node colors.
     * **Uniform** to apply the same color to all links.

<figure><img src="/files/FRatPItKYfBMsYbcr7Iw" alt=""><figcaption></figcaption></figure>

8. Enable **Directional arrow** to display arrows on links, indicating the direction of flow between connected nodes. Use arrows to distinguish inflows from outflows.

<figure><img src="/files/OvnJbGufEFh8kCMoLonC" alt=""><figcaption></figcaption></figure>


---

# 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.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/visualization-library/network-graph.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.
