Skip to content

Commit 87edefb

Browse files
(DOCSP-5969): Add definition list for Grid Chart Page (#214)
* (DOCSP-5969): Add definition list for Grid Chart Page * (DOCSP-5969): Add definition list for Grid Chart Page * (DOCSP-5969)Added images to go along with the definitions
1 parent 49f3d15 commit 87edefb

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

config/sphinx_local.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ theme:
2525
- /chart-type-reference/geo-spatial
2626
- /chart-type-reference/choropleth
2727
- /customize-charts
28+
- /chart-type-reference/grid-charts
2829
sidebars:
2930
'**':
3031
- 'pagenav.html'

source/chart-type-reference/grid-charts.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,26 @@ Grid Charts
88

99
.. default-domain:: mongodb
1010

11+
.. class:: toc
12+
13+
:doc:`/chart-type-reference/heatmap/`
14+
Heatmaps help represent data in a tabular format and reveal
15+
patterns or trends within your data. Use heatmaps when the exact
16+
data values are not as important as depicting higher-level trends
17+
and relationships.
18+
19+
.. figure:: /images/charts/heatmap-small.png
20+
:figwidth: 100%
21+
22+
:doc:`/chart-type-reference/scatter-chart/`
23+
Scatter charts plot data with individual data points placed along
24+
the X and Y axes. They are useful for representing numerical data
25+
and showing clearly how data points cluster together in certain
26+
areas.
27+
28+
.. figure:: /images/charts/scatter-chart-small.png
29+
:figwidth: 100%
30+
1131
.. class:: hidden
1232

1333
.. toctree::

0 commit comments

Comments
 (0)