Skip to content

Commit 9752c57

Browse files
authored
(DOCSP-26576): Updated subset mode details. (#568)
* (DOCSP-26576): Updated subset mode details. * (DOCSP-26576): Incorporated Zach's feedback. * (DOCSP-26576): Incorporated Matt's feedback.
1 parent 4fc436a commit 9752c57

File tree

3 files changed

+12
-30
lines changed

3 files changed

+12
-30
lines changed

source/chart-type-reference/geospatial-heatmap.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ You can use geospatial heatmap charts to visualize how
1616
geographic areas of a map compare to one another based on a given
1717
criterion.
1818

19-
.. note::
20-
21-
Heatmap charts can use a maximum of 10,000 documents. If you
22-
create a heatmap with a collection of more than 10,000
23-
documents, turn on :ref:`Subset Mode <charts-subset-mode>` or use a
24-
:ref:`filter <charts-filter-documents>`. Otherwise, your chart may
25-
use incomplete or misleading data.
26-
2719
Geospatial Heatmap Encoding Channels
2820
------------------------------------
2921

source/subset-mode.txt

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Subset Mode
99
You can enable :guilabel:`Subset Mode` in MongoDB Charts to restrict
1010
the 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.

source/view-export-chart-data.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ data source that considers:
4444

4545
- :ref:`Pipelines applied to the data source <data-sources-pipeline>`
4646

47-
- :ref:`Subset Mode <charts-subset-mode>` (if toggled on)
48-
4947
- :ref:`Queries <query-bar>` or
5048
:ref:`pipelines specified in the Chart Builder <charts-agg-pipeline>`
5149

0 commit comments

Comments
 (0)