Skip to content

Commit 9ad1151

Browse files
Index page cleanup
1 parent b289f25 commit 9ad1151

File tree

1 file changed

+17
-21
lines changed

1 file changed

+17
-21
lines changed

source/index.txt

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,36 +10,33 @@ MongoDB Charts
1010
:depth: 1
1111
:class: singlecol
1212

13-
MongoDB Charts is a tool to create visual representations of
13+
|charts| is a tool to create visual representations of
1414
your MongoDB data. Data visualization is a key component to providing a
1515
clear understanding of your data, highlighting correlations between
1616
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.
2320

2421
Features
2522
--------
2623

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
2825
:manual:`aggregation </aggregation>` functionality. Aggregation allows
2926
you to process your collection data by a variety of metrics and perform
3027
calculations such as mean and standard deviation to provide further
3128
insight into your data.
3229

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.
3734

3835
Concepts
3936
--------
4037

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:
4340

4441
.. list-table::
4542
:header-rows: 1
@@ -48,23 +45,22 @@ from its source to a visual representation:
4845
* - Element
4946
- Description
5047

51-
* - Data Source
48+
* - :doc:`Data Source </data-sources>`
5249
- A reference to a MongoDB collection which contains the data you
5350
wish to visualize. Note that deleting a data source has no
5451
effect on the underlying MongoDB collection. For information on
5552
connecting to and managing a data source, see
5653
:doc:`Data Sources <data-sources>`.
5754

58-
* - Chart
55+
* - :doc:`Chart </build-charts>`
5956
- A visualization which maps to a *single* data source.
6057

61-
* - Dashboard
58+
* - :doc:`Dashboard </dashboards>`
6259
- A group of one or more charts.
6360

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>`.
6864

6965
.. note::
7066

0 commit comments

Comments
 (0)