You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: data-visualization/charts/chart-types.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,10 @@ Overview
16
16
Charts in Splunk Observability Cloud are components of a dashboard. Each chart type provides a different way to represent your data:
17
17
18
18
- :ref:`graph-charts`: Display data points over a period of time. Graph charts come in four different forms.
19
-
- :ref:`line-charts`: Display data in a plot with data points connected by a series of straight lines.
20
-
- :ref:`area-charts`: Display in a plot similar to a line chart, except that the area below the line is filled.
21
-
- :ref:`column-charts`: Also known as bar charts. Display each data point as a vertical bar going from the x-axis origin to the measured value of the data point. The bars aren't connected.
22
-
- :ref:`histogram-charts`: Display as horizontal rectangles on a two-dimensional plot. The starting and ending x-position of a rectangle represents the time duration over which data points for that rectangle were collected. The y-position of a rectangle represents the number of data points collected in that time duration.
19
+
- :ref:`line-charts`: Display data in a plot with data points connected by a series of straight lines.
20
+
- :ref:`area-charts`: Display in a plot similar to a line chart, except that the area below the line is filled.
21
+
- :ref:`column-charts`: Also known as bar charts. Display each data point as a vertical bar going from the x-axis origin to the measured value of the data point. The bars aren't connected.
22
+
- :ref:`histogram-charts`: Display as horizontal rectangles on a two-dimensional plot. The starting and ending x-position of a rectangle represents the time duration over which data points for that rectangle were collected. The y-position of a rectangle represents the number of data points collected in that time duration.
23
23
- :ref:`list-charts`: Display multiple data points at each point in time. They show recent trends in the data, including up to 100 data points.
24
24
- :ref:`single-value-charts`: Display a single value for a data point as it changes over time. In most cases, you use this type of chart to display important metrics as a single number.
25
25
- :ref:`heatmap-charts`: Display a series of squares each representing a single data point of the selected metric. The color of each square represents the value range of the metric allowing quick identification of values that are higher or lower than desired.
0 commit comments