@@ -10,6 +10,35 @@ MongoDB Charts Release Notes
1010 :depth: 1
1111 :class: twocols
1212
13+ |charts| v1.40.0
14+ ----------------
15+
16+ *Released October 24th, 2023*
17+
18+ Improvements in this release:
19+
20+ - Supports :ref:`nlc` during private preview period.
21+
22+ Bug fixes in this release:
23+
24+ - Label override now work correctly for multi-series charts using charts
25+ embedding.
26+
27+ - Fixes an issue where the filter icon was disabled on a chart when
28+ viewing a dashboard.
29+
30+ - Fixes incorrect documentation links in the embedding and share
31+ dashboard pages.
32+
33+ - Conditional formatting now works correctly for decimal fields and
34+ strings in table charts.
35+
36+ - Fixes an issue where you could not login to |charts-short| from a
37+ different project.
38+
39+ - Embed Chart render function no longer returns an error when chart data
40+ takes longer than 30 seconds to load.
41+
1342|charts| v1.39.0
1443----------------
1544
@@ -51,7 +80,7 @@ Bug fixes in this release:
5180- Dashboard refreshes now work correctly when you select the infinity
5281 option.
5382
54- - Charts that use ``ISODate()`` queries in the query bar now render properly.
83+ - |charts-short| that use ``ISODate()`` queries in the query bar now render properly.
5584
5685- Fixes an issue when using ``ObjectId()`` with injected filters in an embedded chart.
5786
@@ -70,7 +99,7 @@ Improvements in this release:
7099- Chart authors can now see and apply
71100 :ref:`charts suggestions <apply-suggested-charts>` in Chart Builder.
72101
73- - Charts authors now see a help button with links to documentation.
102+ - |charts-short| authors now see a help button with links to documentation.
74103
75104- |charts-short| can now be activated in two ways:
76105
@@ -216,7 +245,7 @@ Bug fixes in this release:
216245- Fixes an issue where non-binned dates with null values were not saved
217246 correctly when exported as CSV.
218247
219- - Fixes an issue where the Charts homepage did not load.
248+ - Fixes an issue where the |charts-short| homepage did not load.
220249
221250|charts| v1.33.2
222251----------------
@@ -279,15 +308,15 @@ Improvements in this release:
279308 :guilabel:`Embedding` page. To learn more, see
280309 :ref:`configure-auth-providers`.
281310
282- - Adds a new page to see Charts :ref:`data usage <admin-settings>`.
311+ - Adds a new page to see |charts-short| :ref:`data usage <admin-settings>`.
283312
284- - For developers, updates the Charts :ref:`Embedding SDK
313+ - For developers, updates the |charts-short| :ref:`Embedding SDK
285314 <embedding-charts-sdk>` to v2.3.0-beta.1 to support programmatic
286315 filtering of charts inside an embedded dashboard.
287316
288317Bug fixes in this release:
289318
290- - Fixes an issue where Charts appended the ``$regularExpression``
319+ - Fixes an issue where |charts-short| appended the ``$regularExpression``
291320 operator to an aggregation pipeline.
292321
293322- Supports adding ``$search`` as the first stage in an aggregation
@@ -626,7 +655,7 @@ Bug fixes in this release:
626655- Donut chart series now render in the same order in the legend and on
627656 the chart.
628657
629- - Charts no longer return an error if the :guilabel:`Show "All Others"`
658+ - |charts-short| no longer returns an error if the :guilabel:`Show "All Others"`
630659 :ref:`limiting option <charts-limit-data>` is on and the chart has no
631660 data.
632661
0 commit comments