Skip to content

Commit f1586e0

Browse files
DOCSP-42978 removed nested components (#683)
1 parent cf954f3 commit f1586e0

21 files changed

+175
-244
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,10 @@ Candlestick Chart Encoding Channels
5757
* Minute
5858
* Second
5959

60-
.. note::
61-
62-
For certain bins, you can enable the :guilabel:`Periodic`
63-
setting to visualize the aggregated results for the time period
64-
across your data. To learn more, see :ref:`Bin, Sort, and Limit Your Data
65-
<periodic-setting>`.
60+
For certain bins, you can enable the :guilabel:`Periodic`
61+
setting to visualize the aggregated results for the time period
62+
across your data. To learn more, see :ref:`Bin, Sort, and Limit Your Data
63+
<periodic-setting>`.
6664

6765
* - Y Axis
6866
- The :guilabel:`value` encoding channels for your numeric data.

source/chart-type-reference/choropleth-regions.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ expected :guilabel:`Location` values:
6868
- :wikipedia:`Wales: principal areas <List_of_Welsh_principal_areas>`
6969
- :wikipedia:`Northern Ireland: local government districts <Local_government_in_Northern_Ireland#Local_Government_Districts>`
7070

71-
.. note::
72-
73-
This shape scheme *doesn't* include ceremonial counties.
71+
This shape scheme *doesn't* include ceremonial counties.
7472

7573
- ``Norfolk``, ``Essex``
7674

source/chart-type-reference/column-bar-chart.txt

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,9 @@ provide the following :ref:`encoding channels <encoding-channels>`:
4545
perform. This ultimately dictates the size of each bar or
4646
column.
4747

48-
.. note::
49-
50-
You can aggregate upon multiple fields in your dataset to
51-
create multi-series charts. For more information, see
52-
:ref:`Multiple Field Mappings <multiple-field-mappings>`.
48+
You can aggregate upon multiple fields in your dataset to
49+
create multi-series charts. For more information, see
50+
:ref:`Multiple Field Mappings <multiple-field-mappings>`.
5351

5452
* - Series
5553
- (*Optional*) A :guilabel:`category` encoding channel that
@@ -60,12 +58,10 @@ provide the following :ref:`encoding channels <encoding-channels>`:
6058
just a comparison of the :guilabel:`X Axis` and
6159
:guilabel:`Y Axis` fields.
6260

63-
.. note::
64-
65-
This option is only available for :ref:`Grouped
66-
<grouped-ref-example>` and :ref:`Stacked
67-
<stacked-ref-example>` charts with a *single* field mapped in
68-
the :guilabel:`aggregation` channel.
61+
This option is only available for :ref:`Grouped
62+
<grouped-ref-example>` and :ref:`Stacked
63+
<stacked-ref-example>` charts with a *single* field mapped in
64+
the :guilabel:`aggregation` channel.
6965

7066
* - Color
7167
- (*Optional*) An :guilabel:`aggregation` encoding channel for
@@ -126,11 +122,9 @@ Column and bar charts provide the following sub-types:
126122
chart makes it easier to compare proportions within each bar or
127123
column by showing relative percentages.
128124

129-
.. note::
130-
131-
You cannot customize the minimum, maximum, or logarithmic
132-
scale :ref:`value axis options <value-axis-options>` of 100%
133-
stacked charts.
125+
You cannot customize the minimum, maximum, or logarithmic
126+
scale :ref:`value axis options <value-axis-options>` of 100%
127+
stacked charts.
134128

135129
.. figure:: /images/charts/100-bar-chart-small.png
136130
:figwidth: 600px

source/chart-type-reference/combo-charts.txt

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,11 @@ Combo charts provide the following
4040
which field to aggregate on and the type of aggregation to
4141
perform. This ultimately dictates the size of each column.
4242

43-
.. note::
44-
45-
You can map multiple fields to this channel to create
46-
a multi-series chart. However, unlike other charts, you can't
47-
create a multi-series chart with the :guilabel:`Series`
48-
channel on combo charts. To learn more, see
49-
:ref:`Multiple Field Mappings <multiple-field-mappings>`.
43+
You can map multiple fields to this channel to create
44+
a multi-series chart. However, unlike other charts, you can't
45+
create a multi-series chart with the :guilabel:`Series`
46+
channel on combo charts. To learn more, see
47+
:ref:`Multiple Field Mappings <multiple-field-mappings>`.
5048

5149
* - Lines
5250
- - The fields that you use in this channel build one or more
@@ -80,12 +78,12 @@ Combo charts provide the following sub-types:
8078
field, and splits each column into segments based on the
8179
the :guilabel:`Columns` encoding channel.
8280

83-
Use Cases
84-
---------
81+
Use Case
82+
--------
8583

86-
- Combo charts bring together the useful aspects of both :ref:`column
87-
<column-bar-chart-ref>` and :ref:`line <line-area-chart-ref>` charts
88-
into a single chart.
84+
Combo charts bring together the useful aspects of both :ref:`column
85+
<column-bar-chart-ref>` and :ref:`line <line-area-chart-ref>` charts
86+
into a single chart.
8987

9088
Customization Options
9189
---------------------

source/chart-type-reference/data-table.txt

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,8 @@ Tables use the following :ref:`encoding channels
4040
|charts-short| creates a row for each unique combination of
4141
group fields.
4242

43-
.. note::
44-
45-
The :guilabel:`Groups` encoding channel supports
46-
:ref:`binning <charts-bin-data>` for numeric and date fields.
43+
The :guilabel:`Groups` encoding channel supports
44+
:ref:`binning <charts-bin-data>` for numeric and date fields.
4745

4846
* - Values
4947
- The :guilabel:`aggregation` encoding channels. |charts-short|
@@ -66,12 +64,10 @@ Tables use the following :ref:`encoding channels
6664
multiple :guilabel:`Value` encoding channels.
6765

6866
For an example of how to use dynamic columns, see the following
69-
:ref:`example <dynamic-col-example>`.
70-
71-
.. note::
67+
:ref:`dynamic-col-example`.
7268

73-
The :guilabel:`Dynamic Columns` encoding channel supports
74-
:ref:`binning <charts-bin-data>` for numeric and date fields.
69+
The :guilabel:`Dynamic Columns` encoding channel supports
70+
:ref:`binning <charts-bin-data>` for numeric and date fields.
7571

7672
Use Cases
7773
---------

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,10 @@ Donut charts provide the following :ref:`encoding channels
3131
- The :guilabel:`category` encoding channel. |charts| creates a
3232
segment in the donut for each unique value from this field.
3333

34-
.. note::
35-
36-
The :guilabel:`Label` encoding channel supports
37-
:ref:`binning <charts-bin-data>` for numeric and date fields.
38-
The channel supports :ref:`sorting <charts-sort-data>` and
39-
:ref:`limiting <charts-limit-data>` for string fields.
34+
The :guilabel:`Label` encoding channel supports
35+
:ref:`binning <charts-bin-data>` for numeric and date fields.
36+
The channel supports :ref:`sorting <charts-sort-data>` and
37+
:ref:`limiting <charts-limit-data>` for string fields.
4038

4139
* - Arc
4240
- The :guilabel:`aggregation` encoding channel. |charts|

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,10 @@ Gauge charts provide the following :ref:`encoding channels
4242
create a :ref:`calculated field <calculated-fields>`, assign it
4343
your desired value, and encode it in the :guilabel:`Target` channel.
4444

45-
.. note::
46-
47-
The :guilabel:`Target` channel is an aggregation. To set a specific
48-
arbitrary value, set your calculated field to a constant value and
49-
choose either :guilabel:`Max` or :guilabel:`Min` from the
50-
:guilabel:`Aggregate` dropdown menu.
45+
The :guilabel:`Target` channel is an aggregation. To set a specific
46+
arbitrary value, set your calculated field to a constant value and
47+
choose either :guilabel:`Max` or :guilabel:`Min` from the
48+
:guilabel:`Aggregate` dropdown menu.
5149

5250
.. _target-max:
5351

source/chart-type-reference/line-area-chart.txt

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,9 @@ Discrete line and area charts provide the following
5959
category's data point on the chart. Categories are defined by
6060
the :guilabel:`X Axis` encoding channel.
6161

62-
.. note::
63-
64-
You can aggregate upon multiple fields in your dataset to
65-
create multi-series charts. For more information, see
66-
:ref:`Multiple Field Mappings <multiple-field-mappings>`.
62+
You can aggregate upon multiple fields in your dataset to
63+
create multi-series charts. For more information, see
64+
:ref:`Multiple Field Mappings <multiple-field-mappings>`.
6765

6866
* - Series
6967
- (*Optional*) Adds an additional :guilabel:`category` encoding
@@ -73,11 +71,9 @@ Discrete line and area charts provide the following
7371
discrete categorical fields in your data, rather than multiple
7472
aggregated fields.
7573

76-
.. note::
77-
78-
This option is only available when there is a *single* field
79-
mapped to the :guilabel:`Y Axis aggregation`
80-
:ref:`encoding channel <encoding-channels>`.
74+
This option is only available when there is a *single* field
75+
mapped to the :guilabel:`Y Axis aggregation`
76+
:ref:`encoding channel <encoding-channels>`.
8177

8278
.. _one-hundred-stacked-area:
8379

@@ -133,24 +129,20 @@ Continuous line and area charts provide the following
133129
value of this field against the :guilabel:`X Axis`
134130
field and plots the resulting value.
135131

136-
.. note::
137-
138-
You can add multiple :guilabel:`value` encoding channels to
139-
the chart's :guilabel:`Y Axis` to create multi-series charts.
140-
For more information, see :ref:`Multiple Field Mappings
141-
<multiple-field-mappings>`.
132+
You can add multiple :guilabel:`value` encoding channels to
133+
the chart's :guilabel:`Y Axis` to create multi-series charts.
134+
For more information, see :ref:`Multiple Field Mappings
135+
<multiple-field-mappings>`.
142136

143137
* - Series
144138
- (*Optional*) Adds an additional :guilabel:`category` encoding
145139
channel to the visualization. When utilized, this field adds
146140
an additional line to the visualization for each unique
147141
value in this field.
148142

149-
.. note::
150-
151-
This option is only available when there is a *single* field
152-
mapped to the :guilabel:`Y Axis aggregation`
153-
:ref:`encoding channel <encoding-channels>`.
143+
This option is only available when there is a *single* field
144+
mapped to the :guilabel:`Y Axis aggregation`
145+
:ref:`encoding channel <encoding-channels>`.
154146

155147
.. _smart-labels-dates:
156148

source/chart-type-reference/natural-language-charts.txt

Lines changed: 28 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -49,46 +49,43 @@ Procedure
4949

5050
.. step:: Add a natural language chart.
5151

52-
.. procedure::
53-
:style: connected
52+
a. From the :guilabel:`Dashboards` page, select the dashboard
53+
where you want to add a new chart. For instructions on setting
54+
up a dashboard, see :doc:`Dashboards </dashboards>`.
5455

55-
.. step:: From the :guilabel:`Dashboards` page, select the dashboard
56-
where you want to add a new chart. For instructions on setting
57-
up a dashboard, see :doc:`Dashboards </dashboards>`.
56+
#. Click the :guilabel:`Add Chart` button.
5857

59-
.. step:: Click the :guilabel:`Add Chart` button.
58+
#. In the :guilabel:`Select Data Source` modal, click the
59+
:guilabel:`Project` tab.
6060

61-
.. step:: In the :guilabel:`Select Data Source` modal, click the
62-
:guilabel:`Project` tab.
61+
#. In the cluster where you loaded the
62+
sample data, select the ``listingsAndReviews`` collection
63+
in the ``sample_airbnb`` database.
6364

64-
.. step:: In the cluster where you loaded the
65-
sample data, select the ``listingsAndReviews`` collection
66-
in the ``sample_airbnb`` database.
65+
#. Toggle the switch on the top navigation from :guilabel:`Classic` to :guilabel:`Natural Language`.
6766

68-
.. step:: Toggle the switch on the top navigation from :guilabel:`Classic` to :guilabel:`Natural Language`.
67+
When you toggle this, you must click the :guilabel:`Use
68+
Natural Language Mode` button in the :guilabel:`Natural
69+
Language Mode` modal to accept the `MongoDB Acceptable
70+
Use Policy
71+
<https://www.mongodb.com/legal/acceptable-use-policy>`__ and
72+
`Privacy Policy
73+
<https://www.mongodb.com/legal/privacy-policy>`__.
6974

70-
When you toggle this, you must click the :guilabel:`Use
71-
Natural Language Mode` button in the :guilabel:`Natural
72-
Language Mode` modal to accept the `MongoDB Acceptable
73-
Use Policy
74-
<https://www.mongodb.com/legal/acceptable-use-policy>`__ and
75-
`Privacy Policy
76-
<https://www.mongodb.com/legal/privacy-policy>`__.
75+
.. figure:: /images/charts/nl-mode-modal.png
76+
:figwidth: 300px
77+
:alt: Natural Language Mode Modal
7778

78-
.. figure:: /images/charts/nl-mode-modal.png
79-
:figwidth: 300px
80-
:alt: Natural Language Mode Modal
79+
If you click :guilabel:`Back to Classic Mode`, |charts|
80+
switches you back to :guilabel:`Classic` mode.
8181

82-
If you click :guilabel:`Back to Classic Mode`, |charts|
83-
switches you back to :guilabel:`Classic` mode.
82+
.. note::
8483

85-
.. note::
86-
87-
You can seamlessly switch between :guilabel:`Classic`
88-
and :guilabel:`Natural Language` mode. |charts| retains
89-
the prompts and suggestions when you change modes as long
90-
as you keep the encoding and filter tabs the same in the
91-
chart builder.
84+
You can seamlessly switch between :guilabel:`Classic`
85+
and :guilabel:`Natural Language` mode. |charts| retains
86+
the prompts and suggestions when you change modes as long
87+
as you keep the encoding and filter tabs the same in the
88+
chart builder.
9289

9390
.. step:: Describe the chart you want to create.
9491

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,8 @@ Scatter charts provide the following :ref:`encoding channels
3737
* - Size
3838
- *(Optional)* An :guilabel:`aggregation` encoding channel that
3939
changes the size of the data point markers, with larger sizes
40-
indicating larger aggregated values.
41-
42-
.. seealso::
43-
44-
:ref:`Customize Mark Size <customize-scatter-marks>`
40+
indicating larger aggregated values. To learn more, see
41+
:ref:`Customize Mark Size <customize-scatter-marks>`.
4542

4643
* - Color
4744
- *(Optional)* A :guilabel:`category` encoding channel that changes

0 commit comments

Comments
 (0)