@@ -6,13 +6,12 @@ Subset Mode
6
6
7
7
.. default-domain:: mongodb
8
8
9
- You can enable :guilabel:`Subset Mode` in MongoDB Charts to restrict
10
- the input collection to ``1000`` randomly selected documents. To toggle
11
- :guilabel:`Subset Mode`, use the toggle in the :guilabel:`Preview`
12
- section. The :guilabel:`Subset Mode` setting for a chart doesn't
13
- persist when the chart renders on a dashboard. So, if you enable
14
- subset mode when you build a chart, the data that renders in the
15
- dashboard isn't sampled.
9
+ You can enable subset mode in MongoDB Charts to restrict the input
10
+ collection to ``1000`` randomly selected documents. To enable subset
11
+ mode, use the :guilabel:`Subset` toggle in the :guilabel:`Preview`
12
+ section. The :guilabel:`Subset` toggle for a chart doesn't persist when
13
+ the chart renders on a dashboard. So, if you enable subset mode when
14
+ you build a chart, the data that renders in the dashboard isn't sampled.
16
15
17
16
.. note::
18
17
@@ -24,14 +23,13 @@ dashboard isn't sampled.
24
23
Use Case
25
24
--------
26
25
27
- Consider using :guilabel:`Subset Mode` when you draft a chart and
28
- heavily modify chart options. In this situation,
29
- :guilabel:`Subset Mode` lets the chart render quickly
30
- during the building process. When you feel satisfied with your chart,
31
- save it as soon as possible.
26
+ Consider using subset mode when you draft a chart and heavily modify
27
+ chart options. In this situation, subset mode lets the chart render
28
+ quickly during the building process. When you feel satisfied with your
29
+ chart, save it as soon as possible.
32
30
33
31
.. note::
34
32
35
- Due to the random nature of sampling, when you have
36
- :guilabel:`Subset Mode` enabled, your visualizations might change
37
- each time the chart loads in the chart builder.
33
+ Due to the random nature of sampling, when you have subset mode
34
+ enabled, your visualizations might change each time the chart loads
35
+ in the chart builder.
0 commit comments