@@ -10,36 +10,33 @@ MongoDB Charts
10
10
:depth: 1
11
11
:class: singlecol
12
12
13
- MongoDB Charts is a tool to create visual representations of
13
+ |charts| is a tool to create visual representations of
14
14
your MongoDB data. Data visualization is a key component to providing a
15
15
clear understanding of your data, highlighting correlations between
16
16
variables and making it easy to discern patterns and trends within your
17
- dataset. You can use MongoDB Charts to visualize data both in the form
18
- of graphical charts and in tabular formats.
19
-
20
- MongoDB Charts also makes communicating your data a straightforward
21
- process by providing built-in tools to easily share your data across
22
- a variety of platforms.
17
+ dataset. |charts| makes communicating your data a straightforward
18
+ process by providing built-in tools to easily share your data and
19
+ collaborate on visualizations.
23
20
24
21
Features
25
22
--------
26
23
27
- One of the most powerful features of MongoDB Charts is its built-in
24
+ One of the most powerful features of |charts| is its built-in
28
25
:manual:`aggregation </aggregation>` functionality. Aggregation allows
29
26
you to process your collection data by a variety of metrics and perform
30
27
calculations such as mean and standard deviation to provide further
31
28
insight into your data.
32
29
33
- Further, MongoDB Charts handles document-based data, including nested
34
- documents and arrays. This gives you the flexibility of structuring
35
- data how it fits best for your application while still retaining
36
- powerful visualization capabilities.
30
+ Further, |charts| handles document-based data, including
31
+ :ref:`nested objects and arrays <nested-objects-arrays>` . This provides
32
+ the flexibility of structuring data how it fits best for your
33
+ application while still retaining powerful visualization capabilities.
37
34
38
35
Concepts
39
36
--------
40
37
41
- The following elements of MongoDB Charts provide the flow of data
42
- from its source to a visual representation:
38
+ The following elements of |charts| provide the flow of data from its
39
+ source to a visual representation:
43
40
44
41
.. list-table::
45
42
:header-rows: 1
@@ -48,23 +45,22 @@ from its source to a visual representation:
48
45
* - Element
49
46
- Description
50
47
51
- * - Data Source
48
+ * - :doc:` Data Source </data-sources>`
52
49
- A reference to a MongoDB collection which contains the data you
53
50
wish to visualize. Note that deleting a data source has no
54
51
effect on the underlying MongoDB collection. For information on
55
52
connecting to and managing a data source, see
56
53
:doc:`Data Sources <data-sources>`.
57
54
58
- * - Chart
55
+ * - :doc:` Chart </build-charts>`
59
56
- A visualization which maps to a *single* data source.
60
57
61
- * - Dashboard
58
+ * - :doc:` Dashboard </dashboards>`
62
59
- A group of one or more charts.
63
60
64
- Dashboards are the cornerstone of MongoDB Charts as they are
65
- where you create and view your data visualizations. For details
66
- on how to create, manage, and share dashboards, see
67
- :doc:`Dashboards <dashboards>`.
61
+ Dashboards are the cornerstone of |charts| as they are where you create
62
+ and view your data visualizations. For details on how to create,
63
+ manage, and share dashboards, see :doc:`Dashboards <dashboards>`.
68
64
69
65
.. note::
70
66
0 commit comments