Visualization types
The InfluxDB UI provides multiple visualization types to visualize your data in a format that makes to the most sense for your use case. Use to available customization options to customize each visualization.
Graph
The Graph view lets you select from multiple graph types such as line graphs and bar graphs (Coming).
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.
Heatmap
A Heatmap displays the distribution of data on an x and y axes where color represents different concentrations of data points.
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.
Single stat
The Single Stat view displays the most recent value of the specified time series as a numerical value.
Band
The Band Plot visualization displays the upper and lower boundaries for groups of data over time. Boundaries are determined by applying aggregate functions to your data for a specified window period, and then setting the aggregate functions for a specified upper, main, or lower boundary. Set up the Band Plot visualization To see bands (boundaries) in the Band Plot visualization, you must set up two or three boundaries for comparison.
Gauge
The Gauge view displays the single value most recent value for a time series in a gauge view.
Table
The Table option displays the results of queries in a tabular view, which is sometimes easier to analyze than graph views of data.
Scatter
The Scatter view uses a scatter plot to display time series data.