@@ -10,6 +10,66 @@ MongoDB Charts Cloud Release Notes
10
10
:depth: 1
11
11
:class: twocols
12
12
13
+ |charts| v1.22.0
14
+ ----------------
15
+
16
+ *Released February 18, 2020*
17
+
18
+ Improvements in this release:
19
+
20
+ - Adds new customization options to:
21
+
22
+ - Show data labels on
23
+ :ref:`donut charts <donut-chart-ref>` as a percentage.
24
+
25
+ - Enable various line smoothing options on
26
+ :ref:`line and area <line-area-chart-ref>` charts.
27
+
28
+ - Tooltips for :ref:`donut <donut-chart-ref>` and
29
+ :ref:`100% stacked charts <column-bar-chart-ref>` now show percentage
30
+ as well as raw value.
31
+
32
+ - Extends embedding :ref:`Click Events <handle-click-events>` beta to
33
+ support geospatial chart types and to include ``selectionFilter``
34
+ attribute.
35
+
36
+ - Adds a new on-chart context menu to save a chart to a file or copy a
37
+ chart to the clipboard.
38
+
39
+ - Allows :ref:`authenticated embedding providers
40
+ <configure-auth-providers>` to match Audience values where the |jwt|
41
+ contains an array of values.
42
+
43
+ - Improves messages when :pipeline:`$lookup` is used in the query bar.
44
+
45
+ Bug fixes in this release:
46
+
47
+ - Geospatial scatter charts now use requested formatting for values in
48
+ the :guilabel:`Color` channel.
49
+
50
+ - Validation errors now properly appear when adding calculated fields.
51
+
52
+ - Charts built from multiple aggregation fields now show bars in the
53
+ same order that the fields are encoded.
54
+
55
+ - You can now select text in the :guilabel:`View Aggregation Pipeline`
56
+ dialog.
57
+
58
+ - Table row and total columns now respect the table text size
59
+ customization option.
60
+
61
+ - Chart title and description fields can no longer be edited
62
+ simultaneously.
63
+
64
+ - Improved column sorting behavior in tables.
65
+
66
+ - Fixed some issues where the Top Item chart sometimes displayed incorrect
67
+ data.
68
+
69
+ - Data labels no longer appear in the wrong place for fields mapped to the
70
+ secondary Y axis.
71
+
72
+
13
73
14
74
|charts| v1.21.0
15
75
----------------
@@ -19,7 +79,7 @@ MongoDB Charts Cloud Release Notes
19
79
Improvements in this release:
20
80
21
81
- Adds the ability to add a description to a chart.
22
- - No longer allocates space for chart titles or descriptions when they
82
+ - Charts no longer allocate space for chart titles or descriptions when they
23
83
are not present.
24
84
- Refreshes the visual styling for :ref:`Table <data-table-ref>` and
25
85
:ref:`Area <line-area-chart-ref>` charts.
0 commit comments