Skip to content

Commit 1fc6a1d

Browse files
authored
(DOCSP-28234) New Sample Dashboards (#589)
* (DOCSP-28234) Include viewing org-wide dashboards in org member permissions
1 parent 580111c commit 1fc6a1d

File tree

4 files changed

+40
-14
lines changed

4 files changed

+40
-14
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ jwt = ":abbr:`JWT (JSON Web Token)`"
5858
cloud-svc = "Cloud"
5959
css = ":abbr:`CSS (Cascading Style Sheets)`"
6060
png = ":abbr:`PNG (Portable Network Graphic)`"
61+
iot = ":abbr:`IoT (Internet of Things)`"

source/dashboard-filtering.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ filter allowing dashboard viewers to select which region(s) to
6666
display data from. Members of a sales team use this filter to display
6767
customer data only for the region(s) that they cover.
6868

69+
.. tip::
70+
71+
You can use a prebuilt
72+
:ref:`sample dashboard <add-sample-dashboard>`
73+
to experiment with dashboard filters.
74+
6975
Filter Persistence Per Dashboard Viewer
7076
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7177

source/dashboards.txt

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,22 +78,40 @@ add the first chart to your dashboard:
7878
Add a Sample Dashboard
7979
----------------------
8080

81-
|charts| provides a :guilabel:`Sample Dashboard` that uses movie
82-
data to show examples of possible charts you can create.
81+
|charts| provides several sample dashboards that use various sample
82+
data sources. You can add a sample dashboard to explore different
83+
examples of charts you can create.
8384

84-
You can add a new sample dashboard even if there is an existing
85-
sample dashboard in your |charts-short| project. This can be useful
86-
if you have made changes to a previously created sample dashboard
87-
and want a fresh copy.
85+
.. tip::
86+
87+
You can add a new sample dashboard even if you have an existing
88+
sample dashboard in your |charts-short| project. This can be useful
89+
if you have changed a sample dashboard and want a fresh copy.
8890

8991
To create a sample dashboard:
9092

9193
1. From the :guilabel:`Dashboards` page, expand the
9294
:guilabel:`Add Dashboard` dropdown menu.
9395

94-
#. Select :guilabel:`Add Sample Dashboard`.
96+
#. Select :guilabel:`Add sample dashboard`.
9597

96-
After selecting :guilabel:`Add Sample Dashboard`, |charts-short|
98+
#. Select a category of sample data with which to create a sample
99+
dashboard. You can choose from the following sample dashboards.
100+
101+
.. note::
102+
103+
Each of the following links provides a public preview version of
104+
a sample dashboard where you can experiment with
105+
:ref:`dashboard filtering <dashboard-filtering>`
106+
and :ref:`interactive filtering <interact-with-charts>`.
107+
108+
- `Product event metadata <https://charts.mongodb.com/charts-embedding-examples-wgffp/public/dashboards/63f6f973-045a-4862-83f4-514e7d2df8fc>`__
109+
- `Sales records <https://charts.mongodb.com/charts-embedding-examples-wgffp/public/dashboards/63f6139c-742a-4572-8921-a318dfb26bd6>`__
110+
- `System metrics for observability <https://charts.mongodb.com/charts-embedding-examples-wgffp/public/dashboards/63f6f9a1-40f8-460f-862f-c5f0a8ab45ad>`__
111+
- |iot| `time series data <https://charts.mongodb.com/charts-embedding-examples-wgffp/public/dashboards/63f6f9ce-742a-4509-8d36-a318df9c1fe2>`__
112+
- `Movie data <https://charts.mongodb.com/charts-embedding-examples-wgffp/public/dashboards/63f6f9df-b820-471a-87f3-6390d7e0dc74>`__
113+
114+
After you select a category of sample data, |charts-short|
97115
creates a new :guilabel:`Sample Dashboard` of which you are the
98116
``Owner``.
99117

@@ -103,10 +121,10 @@ the |charts-short| :ref:`Welcome Experience <welcome-experience>`.
103121
Sample Dashboard Filters
104122
~~~~~~~~~~~~~~~~~~~~~~~~
105123

106-
The :guilabel:`Sample Dashboard` comes with default filters for
107-
:guilabel:`Genres` and :guilabel:`Year of Release`. You can adjust these
108-
filters to modify the data that appears on your dashboard. To learn more
109-
about filtering dashboard data, see :ref:`dashboard-filtering`.
124+
Sample dashboards come with preset example dashboard filters. You can
125+
adjust these filters to modify the data that appears on your dashboard.
126+
To learn more about filtering dashboard data, see
127+
:ref:`dashboard-filtering`.
110128

111129
.. _refresh-dashboard-overview:
112130

source/release-notes.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ MongoDB Charts Release Notes
1717

1818
Improvements in this release:
1919

20-
- Users can now load various sample dashboards in |charts|,
20+
- Users can now load various
21+
:ref:`sample dashboards <sample-dashboard>` in |charts|,
2122
including Product, Sales, Observability, and IoT
2223
data dashboards.
2324

@@ -26,7 +27,7 @@ Improvements in this release:
2627
user injected filters.
2728

2829
- Developers can now use the SDK to download an embedded
29-
dashboard as a binary or base64 image.
30+
chart as a binary or base64 image.
3031

3132
- Charts and Dashboard authors can now enable the embedding setting
3233
:guilabel:`Allow all fields in the data sources used in this dashboard`

0 commit comments

Comments
 (0)