@@ -9,10 +9,10 @@ Subset Mode
99You can enable :guilabel:`Subset Mode` in MongoDB Charts to restrict
1010the input collection to ``1000`` randomly selected documents. To toggle
1111: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.
1616
1717.. note::
1818
@@ -21,25 +21,17 @@ sampled.
2121 documents *before* it applies the filter. So, |charts| might use
2222 fewer than ``1000`` documents to plot the chart.
2323
24- Use Cases
25- ---------
24+ Use Case
25+ --------
2626
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.
4032
4133.. note::
4234
4335 Due to the random nature of sampling, when you have
4436 :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