> For the complete documentation index, see [llms.txt](https://docs.apica.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apica.io/data-management/overview-1/visualizations/disk.md).

# Disk

A Disk chart is a capacity indicator. It shows how much of something has been used compared to how much is available.

It always answers one question:

**“How full is this?”**

### What a Disk chart shows

A Disk chart displays:

`used ÷ total → percentage`

The chart is drawn as a ring:

* **Filled area**: used portion
* **Empty area**: remaining portion
* **Center number**: percent used

<figure><img src="/files/NWUJAKN1fFXzRWd3TCyr" alt="Example Disk chart showing percent used as a ring"><figcaption><p>Disk chart (capacity indicator)</p></figcaption></figure>

### Configure a Disk chart

Disk charts are designed for bounded metrics. They assume you have two numbers:

* **Used**
* **Total**

{% hint style="info" %}
Key rules:

* Disk charts use a bounded metric (a value with a max).
* The chart computes: `(used / total) × 100`.
* Ensure `total > 0` to avoid invalid percentages.
  {% endhint %}

###
