Skip to content

Commit 21e68e0

Browse files
jwilliams-mongojeff-allen-mongo
authored andcommitted
(DOCSP-10746): As a viewer, I can view and download chart data from a chart on an authenticated dashboard (#360)
* (DOCSP-10746): As a viewer, I can view and download chart data from a chart on an authenticated dashboard * (DOCSP-10746): edit
1 parent 4a2bfc8 commit 21e68e0

File tree

3 files changed

+35
-22
lines changed

3 files changed

+35
-22
lines changed

source/dashboards.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,22 @@ Refresh Behavior
237237
is rendered on an authenticated dashboard or embedded using an
238238
iframe or the SDK. Click the link to manually refresh the chart.
239239

240+
.. _get-chart-data-dashboard:
241+
242+
Get Chart Data
243+
--------------
244+
245+
Authenticated dashboard users can view and export the
246+
underlying chart data as a table. To view the chart data, click
247+
:guilabel:`Get Chart Data` from the :icon-fa5:`ellipsis-h` menu. Each
248+
row in the table represents a data point.
249+
250+
.. note::
251+
252+
Users who open a dashboard using a public link can't get chart data.
253+
254+
.. include:: /includes/get-chart-data-details.rst
255+
240256
.. _fullscreen-view:
241257

242258
Fullscreen View
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.. admonition:: Data Table Differs from Chart Visualization
2+
:class: important
3+
4+
Some configuration options you see reflected on a chart
5+
visualization are not applied to the data table. The
6+
:guilabel:`Chart Data` table displays underlying data retrieved
7+
with your full aggregation pipeline, and not all Chart Builder
8+
configuration options apply aggregation stages. Review your data to
9+
verify its contents.
10+
11+
If you want to analyze your underlying data with a third-party tool,
12+
you can download your data from the :guilabel:`Chart Data` modal. To
13+
download your data, click :guilabel:`Download - CSV` or
14+
:guilabel:`Download - JSON`.
15+
16+
.. figure:: /images/charts/editor-chart-data.png
17+
:figwidth: 60%
18+
:alt: Viewing chart data will display a table of the values used to create a chart. It also allows for downloading a CSV or JSON representation of that table.

source/view-export-chart-data.txt

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -96,25 +96,4 @@ underlying data as a table. To view the chart data, click
9696
:guilabel:`Get Chart Data` from the :icon-fa5:`ellipsis-h` menu. Each
9797
row in the table represents a data point.
9898

99-
.. admonition:: Data Table Differs from Chart Visualization
100-
:class: important
101-
102-
Some configuration options you see reflected on a chart
103-
visualization are not applied to the data table. The
104-
:guilabel:`Chart Data` table displays underlying data retrieved
105-
with your full aggregation pipeline, and not all Chart Builder
106-
configuration options apply aggregation stages. Review your data to
107-
verify its contents.
108-
109-
If you want to analyze your underlying data with a third-party tool,
110-
you can download your data from the :guilabel:`Chart Data` modal. To
111-
download your data, click :guilabel:`Download - CSV` or
112-
:guilabel:`Download - JSON`.
113-
114-
.. figure:: /images/charts/editor-chart-data.png
115-
:figwidth: 60%
116-
:alt: Viewing chart data will display a table of the values used to create a chart. It also allows for downloading a CSV or JSON representation of that table.
117-
118-
119-
120-
99+
.. include:: /includes/get-chart-data-details.rst

0 commit comments

Comments
 (0)