---
title: Visualization types
description: The InfluxDB UI provides multiple visualization types to visualize your data in a format that makes the most sense for your use case. Use the available customization options to customize each visualization.
url: https://docs.influxdata.com/influxdb/v2/visualize-data/visualization-types/
estimated_tokens: 1025
product: InfluxDB OSS v2
version: v2
---

# Visualization types

This page documents an earlier version of InfluxDB OSS. [InfluxDB 3 Core](/influxdb3/core/) is the latest stable version.

#### API token hashing is enabled by default in InfluxDB OSS 2.9.0

Stronger token security: tokens are stored as hashes on disk, so a copy of the database file doesn’t expose usable tokens. Existing tokens are hashed on first startup and the original strings can’t be recovered afterward — **capture any plaintext tokens you still need before you upgrade**.

For more information, see [Token hashing](/influxdb/v2/admin/tokens/#token-hashing).

The InfluxDB UI provides multiple visualization types to visualize your data in a format that makes the most sense for your use case. Use the available customization options to customize each visualization.

### [Band](/influxdb/v2/visualize-data/visualization-types/band/)

![](/img/influxdb/2-0-visualizations-Band-example.png)

### [Gauge](/influxdb/v2/visualize-data/visualization-types/gauge/)

The Gauge view displays the single value most recent value for a time series in a gauge view.

![](/img/influxdb/2-0-visualizations-gauge-example.png)

### [Graph](/influxdb/v2/visualize-data/visualization-types/graph/)

The Graph view lets you select from multiple graph types such as line graphs and bar graphs *(Coming)*.

![](/img/influxdb/2-0-visualizations-line-graph-example.png)

### [Graph + Single Stat](/influxdb/v2/visualize-data/visualization-types/graph-single-stat/)

The Graph + Single Stat view displays the specified time series in a line graph and overlays the single most recent value as a large numeric value.

![](/img/influxdb/2-0-visualizations-line-graph-single-stat-example.png)

### [Heatmap](/influxdb/v2/visualize-data/visualization-types/heatmap/)

A Heatmap displays the distribution of data on an x and y axes where color represents different concentrations of data points.

![](/img/influxdb/2-0-visualizations-heatmap-example.png)

### [Histogram](/influxdb/v2/visualize-data/visualization-types/histogram/)

A histogram is a way to view the distribution of data. The y-axis is dedicated to count, and the x-axis is divided into bins.

![](/img/influxdb/2-0-visualizations-histogram-example.png)

### [Mosaic](/influxdb/v2/visualize-data/visualization-types/mosaic/)

The Mosaic visualization displays state changes in your time series data. This visualization type is useful when you want to show changes in string-based states over time.

![](/img/influxdb/2-0-visualizations-mosaic-example.png)

### [Scatter](/influxdb/v2/visualize-data/visualization-types/scatter/)

The Scatter view uses a scatter plot to display time series data.

![](/img/influxdb/2-0-visualizations-scatter-example.png)

### [Single stat](/influxdb/v2/visualize-data/visualization-types/single-stat/)

The Single Stat view displays the most recent value of the specified time series as a numerical value.

![](/img/influxdb/2-0-visualizations-single-stat-example.png)

### [Table](/influxdb/v2/visualize-data/visualization-types/table/)

The Table option displays the results of queries in a tabular view, which is sometimes easier to analyze than graph views of data.

![](/img/influxdb/2-0-visualizations-table-example.png)
