@@ -22,30 +22,38 @@ corresponding documentation can change at any time.
22
22
Natural Language Charts
23
23
-----------------------
24
24
25
- Natural language charts simplifies the chart creation process. After you
26
- enter a prompt about a chart you would like to see, the AI model
27
- creates the chart.
28
-
29
- To use this feature, you can sign up at :website:`the MongoDB Charts product page </products/charts>`.
25
+ Natural language charts simplifies the chart creation process.
26
+ It supports the following chart types built with :ref:`series
27
+ <charts-series-encoding>` and :ref:`aggregation
28
+ <building-charts-aggregation>` :ref:`encoding channels
29
+ <encoding-channels>`:
30
+
31
+ - Grouped Bar
32
+ - Stacked Bar
33
+ - 100% Stacked Bar
34
+ - Grouped Column
35
+ - Stacked Column
36
+ - 100% Stacked Column
37
+ - Area Discrete
38
+ - 100% Stacked Area
39
+ - Line Discrete
40
+ - Donut
41
+ - Table
42
+
43
+ This chart type supports boolean and number :ref:`filtering
44
+ <interactive-filtering>`, :ref:`sorting <charts-sort-data>`, :ref:`binning
45
+ <charts-bin-data>`, and :ref:`limiting <charts-limit-data>`.
46
+
47
+ After you enter a prompt about a chart you would like to see, the AI
48
+ model creates the chart.
49
+
50
+ To use this feature, you can sign up at :website:`the MongoDB Charts
51
+ product page </products/charts>`.
30
52
31
53
To learn more, see :website:`New Intelligent Developer Experiences
32
54
Compass Atlas Charts Relational Migrator
33
55
</blog/post/new-intelligent-developer-experiences-compass-atlas-charts-relational-migrator>`.
34
56
35
- Limitations
36
- ~~~~~~~~~~~
37
-
38
- Natural language charts only supports grouped bar charts,
39
- :ref:`single-series charts <single-series-multiple-fields>`, and
40
- :ref:`multi-series charts <multi-series-charts>` built with :ref:`series
41
- <charts-series-encoding>` and :ref:`aggregation
42
- <building-charts-aggregation>` :ref:`encoding channels
43
- <encoding-channels>`.
44
-
45
- Natural language charts do not support :ref:`filtering
46
- <dashboard-filtering>`, :ref:`sorting <charts-sort-data>`, :ref:`binning
47
- <charts-bin-data>`, or :ref:`limiting <charts-limit-data>`.
48
-
49
57
Procedure
50
58
~~~~~~~~~
51
59
0 commit comments