> For the complete documentation index, see [llms.txt](https://docs.vngcloud.vn/vng-cloud-document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vngcloud.vn/vng-cloud-document/vmonitor/dashboards/dashboard/widget/number.md).

# Number

### Overview

**Number chart** with a summary index is a type of chart that displays numbers calculated from a dataset, rather than showing the original numbers.

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

***

### Widget Configuration

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

#### 1. Choose graph style

For a number chart, at this section, select Style as **Number.**

<figure><img src="/files/G0RPUvxJNEgIKx9Ch6Zz" alt="" width="563"><figcaption></figcaption></figure>

#### 2. Graph your data

Select data type to draw Widget:

* Metrics: View Metric query to configure the type of Metrics data.
* Logs: see Log Query for configuration of the Logs data type.

Alias: You can set an Alias for each query. This alias will be displayed on the graph and legend, which is very useful for metrics names, logs, or queries with long filters.

#### 3. Fixed time range

A fixed time range is an attribute of a Widget that allows you to filter data within the Widget for a set period, independent of the Dashboard's time range. Each Widget can have its own Fixed time range configuration, from the options described in the table below. For example, if you select Global time, the data displayed on the Widget will match the time range chosen on the Dashboard. This means that altering the data time range on the Dashboard will update the Widget's data time range accordingly. This option is recommended. If you select Pass N minutes (N = 5,10,...), the data displayed on the Widget will be fixed to the last 5, 10, etc., minutes, regardless of changes in the Dashboard.

Select **Create** to create a Widget. If you need to change the widget name, you can edit it at Widget name


---

# 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.vngcloud.vn/vng-cloud-document/vmonitor/dashboards/dashboard/widget/number.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.
