Skip to content

Commit af1a683

Browse files
authored
(DOCSP-31765): Charts inconsistency improvements (#630)
* Charts inconsistency improvements * Move connect/disconnect data source page to relevant pages * copy review feedback
1 parent ee5a255 commit af1a683

13 files changed

+255
-270
lines changed

config/redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ raw: docs/charts/administration/backup-and-restore-keys -> ${base}/
2222
raw: docs/charts/customize-charts/geospatial-customization -> ${base}/chart-type-reference/geo-spatial/
2323
raw: docs/charts/sort-limit-data -> ${base}/reshape-data/
2424
raw: docs/charts/filter-documents -> ${base}/filter-chart-results/
25+
raw: docs/charts/connect-disconnect-data-source -> ${base}/manage-data-sources/
2526

2627
# fix stale atlas redirects
2728
raw: docs/charts/atlas ->${base}/

snooty.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv",
66

77
toc_landing_pages = ["/installation", "/dashboards",
88
"/data-sources",
9-
"/connect-disconnect-data-source",
109
"/administration", "/build-charts", "/launch-charts",
1110
"/tutorial/order-data/order-data-tutorial-overview",
1211
"/tutorial/movie-details/movie-details-tutorial-overview",

source/chart-type-reference/data-table/toggle-row-column-totals.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To toggle the totals on and off:
2424
1. Navigate to the :guilabel:`Customization` tab in the
2525
:doc:`Chart Builder </build-charts>`.
2626

27-
#. In the :guilabel:`General Customization` section, set the
27+
#. In the :guilabel:`General` section, set the
2828
:guilabel:`Column Totals` and :guilabel:`Row Totals` toggles
2929
to the desired settings.
3030

source/chart-type-reference/donut-chart.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ To set this option:
106106

107107
1. Open the :ref:`Customize <customize-charts>` pane for your chart.
108108

109-
#. In the :guilabel:`General Customization` section, set the
109+
#. In the :guilabel:`General` section, set the
110110
:guilabel:`Data Category Labels` toggle switch to the desired
111111
setting.
112112

source/connect-disconnect-data-source.txt

Lines changed: 0 additions & 235 deletions
This file was deleted.

source/data-sources.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ Try Out |charts-short| with the Sample Data Source
8282
.. toctree::
8383
:titlesonly:
8484

85-
/connect-disconnect-data-source
8685
/manage-data-sources
8786
/manage-deployment
8887
/create-manage-charts-view

source/includes/customization/set-distinct-dash-style-per-series.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ To set this option:
22

33
1. Open the :ref:`Customize <customize-charts>` pane for your chart.
44

5-
#. In the :guilabel:`General Customization` section, set the
5+
#. In the :guilabel:`General` section, set the
66
:guilabel:`Dash Styles per Series` toggle switch to the desired
77
setting.
88

source/includes/customization/show-hide-data-labels.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To set this option:
66

77
1. Open the :ref:`Customize <customize-charts>` pane for your chart.
88

9-
#. In the :guilabel:`General Customization` section, set the
9+
#. In the :guilabel:`General` section, set the
1010
:guilabel:`Data Value Labels` toggle switch to the desired
1111
setting.
1212

source/includes/customization/show-hide-data-markers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ To set this option:
22

33
1. Open the :ref:`Customize <customize-charts>` pane for your chart.
44

5-
#. In the :guilabel:`General Customization` section, set the
5+
#. In the :guilabel:`General` section, set the
66
:guilabel:`Data Markers` toggle switch to the desired setting.
77

88
To customize the formatting of the number in the data marker tooltip,

source/includes/customization/show-value-or-percentage-labels.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ To set this option:
22

33
1. Open the :ref:`Customize <customize-charts>` pane for your chart.
44

5-
#. In the :guilabel:`General Customization` section, set the
5+
#. In the :guilabel:`General` section, set the
66
:guilabel:`Data Value Labels` toggle switch to on if off.
77

88
#. Select :guilabel:`Show Value` or :guilabel:`Show Percentage` from

0 commit comments

Comments
 (0)