@@ -10,6 +10,57 @@ MongoDB Charts Release Notes
10
10
:depth: 1
11
11
:class: twocols
12
12
13
+ |charts| v1.36.1
14
+ ----------------
15
+
16
+ *Released February 22nd, 2023*
17
+
18
+ Improvements in this release:
19
+
20
+ - Users can now load various sample dashboards in |charts|,
21
+ including Product, Sales, Observability, and IoT
22
+ data dashboards.
23
+
24
+ - Developers can use the SDK to
25
+ :ref:`filter data in embedded dashboards <filter-embedded-dashboards>` with embedded dashboard filters and
26
+ user injected filters.
27
+
28
+ - Developers can now use the SDK to download an embedded
29
+ dashboard as a binary or base64 image.
30
+
31
+ - Charts and Dashboard authors can now enable the embedding setting
32
+ :guilabel:`Allow all fields in the data sources used in this dashboard`
33
+ to quickly allow all the fields in a data source to be used as
34
+ filters for embedded charts and dashboards.
35
+
36
+ - In the side navigation panel, :guilabel:`Data Usage` is now named
37
+ :guilabel:`Data Transfer`.
38
+
39
+ - Improved the process for saving an imported dashboard.
40
+
41
+ Bug fixes in this release:
42
+
43
+ - ``getFilter`` and ``getHighlight`` SDK methods now return values in a
44
+ consistent format.
45
+
46
+ - Fixes an issue with bin sizes displaying incorrectly after using
47
+ array reduction.
48
+
49
+ - Fixes an issue where applying dashboard filters would render charts
50
+ blank.
51
+
52
+ - Fixes an issue where |charts-short| returned a disk use error when
53
+ refreshing data sources.
54
+
55
+ - Fields now render correctly when lookup fields have an empty array.
56
+
57
+ - Nested fields now display correctly inside the dashboard filter pane.
58
+
59
+ - Arabic and Slovenian dates now display correctly.
60
+
61
+ - The background colors of charts in embedded dashboards now render
62
+ correctly.
63
+
13
64
|charts| v1.35
14
65
--------------
15
66
0 commit comments