Skip to content

Commit 14c94ca

Browse files
v1.22.0 release notes (#453)
* v1.22.0 release notes * copy review edits
1 parent 1cf708b commit 14c94ca

File tree

3 files changed

+64
-3
lines changed

3 files changed

+64
-3
lines changed

source/chart-type-reference/geo-spatial.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ and :ref:`heatmap <heatmap-description>`.
3232

3333
.. seealso::
3434

35-
- :ref:`Geopoint encoding channel type <geopoint-channel>`
36-
- :ref:`Geospatial chart customization <geospatial-customization>`
35+
:ref:`Geopoint encoding channel type <geopoint-channel>`
3736

3837
.. _choropleth-description:
3938

source/customize-charts/value-axis-options.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ The following chart types can use label override:
121121
- :ref:`Area <line-area-chart-ref>`
122122
- :ref:`Scatter <scatter-chart-ref>`
123123

124+
.. _secondary-y-axis:
125+
124126
Secondary Y Axis
125127
----------------
126128

source/release-notes.txt

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,66 @@ MongoDB Charts Cloud Release Notes
1010
:depth: 1
1111
:class: twocols
1212

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+
1373

1474
|charts| v1.21.0
1575
----------------
@@ -19,7 +79,7 @@ MongoDB Charts Cloud Release Notes
1979
Improvements in this release:
2080

2181
- 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
2383
are not present.
2484
- Refreshes the visual styling for :ref:`Table <data-table-ref>` and
2585
:ref:`Area <line-area-chart-ref>` charts.

0 commit comments

Comments
 (0)