# Size

A Size chart displays a single numeric value that represents a quantity, capacity, or data volume. It automatically formats values into human-readable units.

It’s designed to show values like:

* Data volume (GB, TB, PB)
* Storage capacity
* Byte counts
* Large numbers (millions, billions)

### What a Size chart represents

The Size tile shows:

`scaled value + unit`

The chart automatically converts raw values into the most readable unit.

<figure><img src="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2FbozhJxMAoNnz7tMEz3oz%2FScreenshot%20from%202026-01-10%2008-46-28.png?alt=media&#x26;token=802acec1-2ace-48af-9b76-057786ce7ddf" alt="Example Size tile showing an auto-formatted value and unit"><figcaption><p>Example Size tile</p></figcaption></figure>

### Configure a Size chart

Set **Chart type** to **Size**. Set **Data type** to match the unit of your raw metric.

<figure><img src="https://2948796384-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LmzGprckLqwd5v6bs6m%2Fuploads%2FWiF6xIMRjCeV5dM4vHEI%2FScreenshot%20from%202026-01-10%2008-47-26.png?alt=media&#x26;token=0826a281-7233-4a76-a144-a798df0af548" alt="Size chart settings showing the Data type field" width="430"><figcaption><p>Size configuration</p></figcaption></figure>

### Size configuration options

| Option     | Purpose                                                    |
| ---------- | ---------------------------------------------------------- |
| Chart type | Must be **Size**.                                          |
| Data type  | Tells the system how to interpret and scale the raw value. |

#### Data type

This defines what kind of number your metric represents. It controls how the system scales and formats the value.

Available types:

* Storage capacity
* Number
* Bytes
* KB
* MB
* GB
* TB
* PB

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

* Size uses one numeric value.
* Data type must match the raw metric unit.
* The system auto-converts:
  * Bytes → KB → MB → GB → TB → PB
  * Numbers → K → M → B
* No manual unit math required.
  {% endhint %}

### When to use Size

Use Size when your metric represents:

* Data volume
* Storage
* Throughput
* Any large numeric quantity

It’s perfect for daily GB ingested, log volume, disk usage, traffic size, and usage metrics.
