Skip to content

Commit 8c08a0d

Browse files
DOCSP-29194 updated UI labels (#599)
* updated UI labels
1 parent c4c00ec commit 8c08a0d

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

source/dashboards.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,15 @@ To learn how to configure refresh settings and underlying
139139
refresh behavior, see :doc:`/dashboard-refresh`.
140140

141141
.. _get-chart-data-dashboard:
142+
.. _view-chart-data-dashboard:
142143

143-
Get Chart Data
144-
--------------
144+
View Chart Data
145+
---------------
145146

146147
The data underlying a chart can be exported as a table. All viewers of
147148
public dashboards and authenticated users of non-public dashboards can
148-
view and export data. To view the chart data, click :guilabel:`Get
149-
Chart Data` from the :icon-fa5:`ellipsis-h` menu. Each row in the table
149+
view and export data. To view the chart data, click :guilabel:`View
150+
chart data` from the :icon-fa5:`ellipsis-h` menu. Each row in the table
150151
represents a data point.
151152

152153
.. include:: /includes/get-chart-data-details.rst

source/interact-with-charts.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Chart viewers can show data for the following chart elements:
245245

246246
To view the original data that contributed to a chart element,
247247
right-click on the chart element and select
248-
:guilabel:`Show data for this item` from the context menu. You can
248+
:guilabel:`View data at point` from the context menu. You can
249249
switch between the :guilabel:`Table` view and :guilabel:`JSON` view.
250250

251251
Interact with Data in the Table View
@@ -293,4 +293,5 @@ Save
293293
~~~~
294294

295295
To save a chart as a |png| file, right-click on the chart and select
296-
:guilabel:`Save chart as image` from the context menu.
296+
:guilabel:`Save as PNG` or :guilabel:`Save as PDF` from the context
297+
menu.

source/view-export-chart-data.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ as export that data for use with third-party tools.
2222
:alt: The ellipse menu is in the top-right corner of the charts editor.
2323

2424
.. _view-source-documents:
25+
.. _view-sample-documents:
2526

26-
View Source Documents
27+
View Sample Documents
2728
---------------------
2829

2930
Once you have selected a :doc:`data source <data-sources>` for your
3031
chart, you can view up to 20 sample documents from that data source by
31-
clicking :guilabel:`View Source Documents` from the
32+
clicking :guilabel:`View sample documents` from the
3233
:icon-fa5:`ellipsis-h` menu.
3334

3435
.. note::
@@ -55,7 +56,7 @@ from your data source that match your query conditions, although only
5556

5657
.. figure:: /images/charts/source-document-count.png
5758
:figwidth: 80%
58-
:alt: The View Source Documents modal displays the document count just above the document samples.
59+
:alt: The View sample documents modal displays the document count just above the document samples.
5960

6061
.. _view-aggregation-pipeline:
6162

@@ -85,13 +86,14 @@ To learn how Charts constructs aggregation pipelines,
8586
see :ref:`aggregation-pipeline-generation`.
8687

8788
.. _get-chart-data:
89+
.. _view-chart-data:
8890

89-
Get Chart Data
90-
--------------
91+
View Chart Data
92+
---------------
9193

9294
After you have configured a valid chart, you can view and export the
9395
underlying data as a table. To view the chart data, click
94-
:guilabel:`Get Chart Data` from the :icon-fa5:`ellipsis-h` menu. Each
96+
:guilabel:`View chart data` from the :icon-fa5:`ellipsis-h` menu. Each
9597
row in the table represents a data point.
9698

9799
.. include:: /includes/get-chart-data-details.rst

0 commit comments

Comments
 (0)