@@ -9,10 +9,10 @@ Subset Mode
9
9
You can enable :guilabel:`Subset Mode` in MongoDB Charts to restrict
10
10
the input collection to ``1000`` randomly selected documents. To toggle
11
11
:guilabel:`Subset Mode`, use the toggle in the :guilabel:`Preview`
12
- section. The :guilabel:`Subset Mode` setting for a chart persists 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 is also
15
- sampled.
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.
16
16
17
17
.. note::
18
18
@@ -21,25 +21,17 @@ sampled.
21
21
documents *before* it applies the filter. So, |charts| might use
22
22
fewer than ``1000`` documents to plot the chart.
23
23
24
- Use Cases
25
- ---------
24
+ Use Case
25
+ --------
26
26
27
- Consider using :guilabel:`Subset Mode` in the following scenarios:
28
-
29
- - When you draft a chart and heavily modify chart options. In this
30
- situation, :guilabel:`Subset Mode` lets the chart render quickly
31
- during the building process. When you feel satisfied with your chart,
32
- you can disable :guilabel:`Subset Mode` to have all documents
33
- included in your final visualization.
34
-
35
- - When you visualize a large data source and the chosen data is
36
- sufficiently aggregated (e.g. showing averages of fields) so
37
- you don't need all documents to obtain a useful visualization.
38
- In this case, if you leave :guilabel:`Subset Mode` enabled for the
39
- rendered dashboard, you can still retain a useful chart.
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.
40
32
41
33
.. note::
42
34
43
35
Due to the random nature of sampling, when you have
44
36
:guilabel:`Subset Mode` enabled, your visualizations might change
45
- each time the chart loads.
37
+ each time the chart loads in the chart builder .
0 commit comments