@@ -10,6 +10,35 @@ MongoDB Charts Release Notes
10
10
:depth: 1
11
11
:class: twocols
12
12
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
+
13
42
|charts| v1.39.0
14
43
----------------
15
44
@@ -51,7 +80,7 @@ Bug fixes in this release:
51
80
- Dashboard refreshes now work correctly when you select the infinity
52
81
option.
53
82
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.
55
84
56
85
- Fixes an issue when using ``ObjectId()`` with injected filters in an embedded chart.
57
86
@@ -70,7 +99,7 @@ Improvements in this release:
70
99
- Chart authors can now see and apply
71
100
:ref:`charts suggestions <apply-suggested-charts>` in Chart Builder.
72
101
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.
74
103
75
104
- |charts-short| can now be activated in two ways:
76
105
@@ -216,7 +245,7 @@ Bug fixes in this release:
216
245
- Fixes an issue where non-binned dates with null values were not saved
217
246
correctly when exported as CSV.
218
247
219
- - Fixes an issue where the Charts homepage did not load.
248
+ - Fixes an issue where the |charts-short| homepage did not load.
220
249
221
250
|charts| v1.33.2
222
251
----------------
@@ -279,15 +308,15 @@ Improvements in this release:
279
308
:guilabel:`Embedding` page. To learn more, see
280
309
:ref:`configure-auth-providers`.
281
310
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>`.
283
312
284
- - For developers, updates the Charts :ref:`Embedding SDK
313
+ - For developers, updates the |charts-short| :ref:`Embedding SDK
285
314
<embedding-charts-sdk>` to v2.3.0-beta.1 to support programmatic
286
315
filtering of charts inside an embedded dashboard.
287
316
288
317
Bug fixes in this release:
289
318
290
- - Fixes an issue where Charts appended the ``$regularExpression``
319
+ - Fixes an issue where |charts-short| appended the ``$regularExpression``
291
320
operator to an aggregation pipeline.
292
321
293
322
- Supports adding ``$search`` as the first stage in an aggregation
@@ -626,7 +655,7 @@ Bug fixes in this release:
626
655
- Donut chart series now render in the same order in the legend and on
627
656
the chart.
628
657
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"`
630
659
:ref:`limiting option <charts-limit-data>` is on and the chart has no
631
660
data.
632
661
0 commit comments