Skip to content

Commit 9af1061

Browse files
authored
[DOCS] Visualize: Fix wording in Inpsector doc] (#20597) (#20680)
1 parent 6dbb5a1 commit 9af1061

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

docs/visualize/inspector.asciidoc

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
[[vis-inspector]]
2-
== Inspector
2+
== Inspecting Visualizations
33

4-
Many visualizations have an Inspector that can help you gain insight to the data
5-
behind the visualization.
4+
Many visualizations allow you to inspect the data behind the
5+
visualization.
66

7-
To open the Inspector use the Inspector button while in the editor or select Inspector
8-
from the Dashboard panel menu.
7+
To inspect a visualization, click the *Inspect* button in the editor or
8+
select *Inspect* from the Dashboard panel menu.
99

10-
From the Inspector, you can download the visualization data as a comma separated
11-
values (CSV) file in Formatted or Raw format. Formatted downloads the data in table format.
10+
The initial view shows the underlying data for the visualization. You can
11+
download the data as a comma separated values (CSV) file in
12+
*Formatted* or *Raw* format. Formatted downloads the data in table format.
1213
Raw downloads the data as provided -- dates are timestamps, numbers don’t have
1314
thousand separators, and so on.
1415

15-
To view the requests that collected the data, select Requests from the View menu in the upper right.
16+
To view the requests that collected the data, select *Requests* from the *View*
17+
menu in the upper right.
1618

1719
Which views are available depends on the inspected visualization.

0 commit comments

Comments
 (0)