Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit f946c8d

Browse files
committed
Fix bulleted list indentations
1 parent 2087880 commit f946c8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

data-visualization/charts/chart-types.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Overview
1616
Charts in Splunk Observability Cloud are components of a dashboard. Each chart type provides a different way to represent your data:
1717

1818
- :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.
2323
- :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.
2424
- :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.
2525
- :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

Comments
 (0)