# Charts

VirtualMetric provides the following chart types:

1. Line Chart
2. Area Chart
3. Bar / Top Chart
4. Stacked Chart
5. Gauge Chart
6. Doughnut / Pie Chart
7. Geo Map

Read the following for their details.

## Line Chart

A line chart is best used to display trends over time. VirtualMetric uses multi-axis line charts to help you to *correlate* various counters.

On the multi-axis line charts, you can see the chart units and scales on the left and right sides of chart.

<div align="center"><figure><img src="/files/dBieDE7lu6TH6LUODTxD" alt=""><figcaption></figcaption></figure></div>

If you hover over the chart, you will see its details in a tooltip.

<div align="center"><figure><img src="/files/05pBgtFV9oJfNTyy67Do" alt=""><figcaption></figcaption></figure></div>

If the chart has a legend, you can disable its counters by clicking on their colors.

<div align="center"><figure><img src="/files/mutU5ZHzvwIhwxAfX5pK" alt=""><figcaption></figcaption></figure></div>

## Area Chart

Area charts are great for displaying changes-in-value over time, emphasizing both the magnitude and the trend of the data. VirtualMetric uses area charts to help you to see the *usage* in your environment.

<div align="center"><figure><img src="/files/8jClQwhyKngRQzzuE8Px" alt=""><figcaption></figcaption></figure></div>

## Bar/Top Chart

A bar chart is ideal for comparing discrete categories of values. VirtualMetric uses bar / top charts to help you to see the *top usage* in your environment.

On multi-axis bar charts, you can see the chart units and scales on left and right sides of the chart.

<div align="center"><figure><img src="/files/3TNdB4dwXFZzFMjmFyoW" alt=""><figcaption></figcaption></figure></div>

If you hover over the chart, you can see its details in a tooltip.

<div align="center"><figure><img src="/files/egd9GoQuAvbRKyg9liwd" alt=""><figcaption></figcaption></figure></div>

If the chart has a legend, you can disable its counters by clicking on their colors.

<div align="center"><figure><img src="/files/yRS6h7deZxlZyywh3tU9" alt=""><figcaption></figcaption></figure></div>

## Stacked Chart

A stacked chart is useful for illustrating the composition of a whole by displaying various parts as segments. VirtualMetric uses stacked charts to help you to compare *usage* in your environment.

<div align="center"><figure><img src="/files/65JguxO8wLUdivxe0GA7" alt=""><figcaption></figcaption></figure></div>

## Gauge Chart

A gauge chart is useful for indicating progress or levels towards a specific goal or target. VirtualMetric uses gauge charts to visualize *percent usages*—e.g. for processors.

<div align="center"><figure><img src="/files/ugWO5GqIbDvHOGLRkSd6" alt=""><figcaption></figcaption></figure></div>

## Doughnut / Pie Chart

A doughnut/pie chart is best utilized to showcase proportions or percentages of a whole. VirtualMetric uses doughnut/pie charts to visualize *resource usage* in your environment.

<div align="center"><figure><img src="/files/XxLTvpAquO8rhsXNSiwr" alt="" width="302"><figcaption></figcaption></figure></div>

## Geo Map

VirtualMetric uses geo-maps to visualize established network connections to your servers.

<div align="center"><figure><img src="/files/JMrcjzhPThF6mN3aS8qB" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions: 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:

```
GET https://docs.virtualmetric.com/dashboard/charts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
