Skip to content

Commit 9a21d08

Browse files
[DOCSP-50122] fix: Duplicate titles on charts (#703)
* [DOCSP-50122] fix: Duplicate titles on charts * add facet and fix comments
1 parent 643f57b commit 9a21d08

File tree

9 files changed

+58
-32
lines changed

9 files changed

+58
-32
lines changed

source/embedded-dashboard-options.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
.. _embedded-dashboard-options:
22

3-
==========================
4-
Embedded Dashboard Options
5-
==========================
3+
==================================================
4+
Embedded Dashboard Appearance and Behavior Options
5+
==================================================
66

77
.. meta::
88
:description: Customize the appearance and behavior of embedded dashboards using various options, including JavaScript methods and iframe settings, with configurable refresh and caching behaviors.
99

1010
.. default-domain:: mongodb
1111

12+
.. facet::
13+
:name: genre
14+
:values: reference
15+
1216
.. contents:: On this page
1317
:local:
1418
:backlinks: none
@@ -65,5 +69,5 @@ when loading or refreshing the dashboard based on the
6569
.. toctree::
6670
:titlesonly:
6771

68-
Dashboard </embedded-dashboards-options/embedded-sdk>
69-
iframe </embedded-dashboards-options/iframe>
72+
Embedded Dashboard SDK Methods and Options </embedded-dashboards-options/embedded-sdk>
73+
Configure Iframe Style and Theme </embedded-dashboards-options/iframe>

source/embedded-dashboards-options/embedded-sdk.txt

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,23 @@
22
.. _embed-options-refresh-dashboard:
33
.. _embedded-dashboards-sdk-options:
44

5-
==========================
6-
Embedded Dashboard Options
7-
==========================
5+
==========================================
6+
Embedded Dashboard SDK Methods and Options
7+
==========================================
88

99
.. default-domain:: mongodb
1010

11+
.. facet::
12+
:name: genre
13+
:values: reference
14+
1115
.. contents:: On this page
1216
:local:
1317
:backlinks: none
1418
:depth: 2
1519
:class: singlecol
1620

17-
The Embedding SDK psrovides the JavaScript ``createDashboard()``
21+
The Embedding SDK provides the JavaScript ``createDashboard()``
1822
method for rendering a dashboard within a web page. You can
1923
use options to control many aspects of a dashboard (for
2024
example, its height and width).
@@ -36,8 +40,8 @@ example, its height and width).
3640

3741
.. _embedded-dashboard-options-table:
3842

39-
Embedded Dashboard Options
40-
--------------------------
43+
Embedded Dashboard ``createDashboard()`` Options
44+
------------------------------------------------
4145

4246
.. please keep these alphabetized
4347

@@ -168,8 +172,8 @@ configuration of the dashboard by calling methods on the
168172
``Dashboard`` instance returned by
169173
``DashboardsEmbedSDK.createDashboard({ ... })``.
170174

171-
Dashboard Configuration
172-
-----------------------
175+
Dashboard Configuration Methods
176+
-------------------------------
173177

174178
.. please keep these alphabetized
175179

source/embedded-dashboards-options/iframe.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
.. _embedded-dashboards-iframe-options:
22

3-
==============
4-
Iframe Options
5-
==============
3+
================================
4+
Configure Iframe Style and Theme
5+
================================
66

77
.. meta::
88
:description: Configure iframe options for MongoDB dashboards by setting inline styles and query parameters to customize display themes, refresh behavior, and more.
99

1010
.. default-domain:: mongodb
1111

12+
.. facet::
13+
:name: genre
14+
:values: reference
15+
1216
.. contents:: On this page
1317
:local:
1418
:backlinks: none

source/tutorial/movie-details/create-dashboard.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
======================
2-
Create a New Dashboard
3-
======================
1+
=====================================
2+
Create a New Movie Insights Dashboard
3+
=====================================
44

55
.. meta::
66
:description: In this tutorial create a new dashboard in MongoDB Atlas Charts to visualize insights from the Sample Mflix dataset.
77

88
.. default-domain:: mongodb
99

10+
.. facet::
11+
:name: genre
12+
:values: tutorial
13+
1014
.. _movie-data-new-dash:
1115

1216
*Estimated Time to Complete: 2 minutes*

source/tutorial/movie-details/movie-details-tutorial-overview.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Visualizing Movie Details
99

1010
.. default-domain:: mongodb
1111

12+
.. facet::
13+
:name: genre
14+
:values: reference
15+
1216
.. contents:: On this page
1317
:local:
1418
:backlinks: none

source/tutorial/movie-details/prereqs-and-import-data.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _import-data:
22

3-
====================
4-
Load the Sample Data
5-
====================
3+
==============================
4+
Load Movie Details Sample Data
5+
==============================
66

77
.. meta::
88
:description: Load sample data into your MongoDB Atlas cluster to use in a tutorial, including the `sample_mflix` dataset for movie details.
@@ -170,5 +170,5 @@ Next Steps
170170
----------
171171

172172
Now that you have a data source in |charts-short|, you
173-
can :ref:`Create a New Dashboard <movie-data-new-dash>` which will
173+
can :ref:`Create a New Movie Insights Dashboard <movie-data-new-dash>` which will
174174
hold the visualizations.

source/tutorial/order-data/create-new-dashboard.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
.. _order-data-new-dash:
22

3-
======================
4-
Create a New Dashboard
5-
======================
3+
===========================================
4+
Create a New Charts Visualization Dashboard
5+
===========================================
66

77
.. meta::
88
:description: In this tutorial create a new dashboard in Atlas Charts to organize visualizations like sales and customer analytics.
99

10+
.. default-domain:: mongodb
11+
12+
.. facet::
13+
:name: genre
14+
:values: tutorial
15+
1016
*Time to Complete: 3 minutes*
1117

1218
Instructions

source/tutorial/order-data/order-data-tutorial-overview.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ To get started, move ahead to the
6262
.. toctree::
6363
:titlesonly:
6464

65-
Load Data </tutorial/order-data/prerequisites-setup>
66-
Create a Dashboard </tutorial/order-data/create-new-dashboard>
65+
Load Sample Data for Charts Visualizations </tutorial/order-data/prerequisites-setup>
66+
Create a New Charts Visualizations Dashboard </tutorial/order-data/create-new-dashboard>
6767
Create a Column Chart </tutorial/order-data/column-chart-sales-by-store>
6868
Create a Donut Chart </tutorial/order-data/donut-chart-item-tags>
6969
Group Column Chart </tutorial/order-data/grouped-column-items-sold>

source/tutorial/order-data/prerequisites-setup.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _order-data-prerequisites-setup:
22

3-
====================
4-
Load the Sample Data
5-
====================
3+
==========================================
4+
Load Sample Data for Charts Visualizations
5+
==========================================
66

77
.. meta::
88
:description: Load sample data into your Atlas cluster to prepare for creating visualizations with Charts.
@@ -40,5 +40,5 @@ Next Steps
4040
----------
4141

4242
Now that you have loaded the sample data, you
43-
can :ref:`Create a New Dashboard <order-data-new-dash>` which will
43+
can :ref:`Create a New Charts Visualizations Dashboard <order-data-new-dash>` which will
4444
use this data source to create visualizations.

0 commit comments

Comments
 (0)