@@ -30,30 +30,25 @@ It supports the following chart types built with :ref:`series
30
30
31
31
- Grouped Bar
32
32
- Stacked Bar
33
- - 100% Stacked Bar
33
+ - Stacked 100% Bar
34
34
- Grouped Column
35
35
- Stacked Column
36
- - 100% Stacked Column
37
- - Area Discrete
38
- - 100% Stacked Area
39
- - Line Discrete
40
- - Donut
36
+ - Stacked 100% Column
37
+ - Discrete Line
38
+ - Discrete Area
39
+ - Stacked 100% Area
40
+ - Number
41
41
- Table
42
+ - Donut
42
43
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>`.
44
+ The chart types above support boolean, date, string, and number
45
+ :ref:`filtering <interactive-filtering>`, :ref:`sorting
46
+ <charts-sort-data>`, :ref:`binning <charts-bin-data>`, and
47
+ :ref:`limiting <charts-limit-data>`.
46
48
47
49
After you enter a prompt about a chart you would like to see, the AI
48
50
model creates the chart.
49
51
50
- To use this feature, you can sign up at :website:`the Atlas Charts
51
- product page </products/charts>`.
52
-
53
- To learn more, see :website:`New Intelligent Developer Experiences
54
- Compass Atlas Charts Relational Migrator
55
- </blog/post/new-intelligent-developer-experiences-compass-atlas-charts-relational-migrator>`.
56
-
57
52
Procedure
58
53
~~~~~~~~~
59
54
@@ -95,11 +90,29 @@ Procedure
95
90
If you click :guilabel:`Back to Classic Mode`, |charts|
96
91
switches you back to :guilabel:`Classic` mode.
97
92
93
+ .. note::
94
+
95
+ You can seamlessly switch between :guilabel:`Classic`
96
+ and :guilabel:`Natural Language` mode. |charts| retains
97
+ the prompts and suggestions when you change modes as long
98
+ as you keep the encoding and filter tabs the same in the
99
+ chart builder.
100
+
98
101
.. step:: Describe the chart you want to create.
99
102
100
103
In the :guilabel:`Prompt` box, specify the chart you want |charts|
101
104
to create.
102
105
106
+ We recommend that you write clear prompts and tag the fields from
107
+ your collection with ``@``. The following list provides examples
108
+ of clear prompts:
109
+
110
+ - Use a line chart to display trends in quarterly sales data.
111
+ - Display monthly sales revenue for the last year.
112
+ - Visualize weekly sales data in year 2022 using a discrete line chart.
113
+ - Show the age distribution of our customers.
114
+ - Show me the top 3 property_type and all other properties grouped together with the highest price.
115
+
103
116
.. note::
104
117
105
118
Your prompt cannot exceed 500 characters.
@@ -127,5 +140,28 @@ Procedure
127
140
To :ref:`customize your chart <customize-charts>`, toggle the
128
141
switch on the top navigation from :guilabel:`Natural Language`
129
142
to :guilabel:`Classic`.
143
+
144
+ .. step:: (Optional) Give feedback about your generated chart.
145
+
146
+ On the bottom-left corner of your generated chart, click the
147
+ thumbs up or thumbs down button.
130
148
131
149
.. step:: Click :guilabel:`Save and Close`.
150
+
151
+ Disable AI Features
152
+ ~~~~~~~~~~~~~~~~~~~
153
+
154
+ If you want to prevent users in your project from using AI features,
155
+ disable the AI feature:
156
+
157
+ .. procedure::
158
+ :style: normal
159
+
160
+ .. step:: In your left navigation menu, click :guilabel:`AI features`.
161
+
162
+ .. step:: Set the toggle to off.
163
+
164
+ To learn more, see :website:`New Intelligent Developer Experiences
165
+ Compass Atlas Charts Relational Migrator
166
+ </blog/post/new-intelligent-developer-experiences-compass-atlas-charts-relational-migrator>`
167
+ and :ref:`charts-ai-data-usage`.
0 commit comments