Skip to content

Commit b671e4b

Browse files
authored
(DOCSP-15380) 1.23 release notes (#470)
* (DOCSP-15380) 1.23 release notes
1 parent 0ccda67 commit b671e4b

File tree

3 files changed

+47
-1
lines changed

3 files changed

+47
-1
lines changed

source/handle-click-events.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Handle Click Events
1717
Click Events in the `Charts Embedding SDK
1818
<https://github.com/mongodb-js/charts-embed-sdk>`__ is available as
1919
a beta feature. It is only available with Charts Embedding
20-
JavaScript SDK v1.2.0-beta.1.
20+
JavaScript SDK v2.1.0-beta.1.
2121

2222
The Charts Embedding JavaScript SDK includes a click event handler that
2323
allows you to subscribe to click events. When you click on a particular

source/interact-with-charts.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ For stacked charts, the whole value is the total value of the
101101
current category. For donut charts, the whole value is the total
102102
value of the entire chart.
103103

104+
.. _show-data:
105+
104106
Show Data for an Item
105107
---------------------
106108
Chart viewers with Author or Owner :ref:`data source permissions

source/release-notes.txt

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

13+
|charts| v1.23.0
14+
----------------
15+
16+
*Released March 29, 2021*
17+
18+
Improvements in this release:
19+
20+
- Adds the option to drill down into data on a chart by right-clicking
21+
chart elements and choosing “show data for this mark.”
22+
23+
- Adds the option to :ref:`pin Table columns <pin-columns>` to prevent
24+
horizontal scrolling.
25+
26+
- Adds the option to select the angle for labels on the X-axis of
27+
discrete charts.
28+
29+
- Extends the Embedding :ref:`Click Events <handle-click-events>` beta
30+
to include Table chart types.
31+
32+
- Developers can now filter click events by role.
33+
34+
- Embedded charts with click events enabled now display the hand cursor
35+
over clickable elements.
36+
37+
- Adds a :ref:`choropleth shape scheme <choropleth-shape-scheme>` for
38+
Italian Regions.
39+
40+
- Updates the default color palette for charts.
41+
42+
- Introduces performance improvements.
43+
44+
Bug fixes in this release:
45+
46+
- Improves the chart title and description inline editing experience.
47+
48+
- Iframe embedded charts now accept the ``autorefresh=false`` parameter.
49+
50+
- Fixes an issue where some read-only users could access the
51+
:guilabel:`Add Data Source` dialog.
52+
53+
- Fixes some corner cases where the embedding ``selectionFilter`` field
54+
returned the wrong value.
55+
56+
1357
|charts| v1.22.0
1458
----------------
1559

0 commit comments

Comments
 (0)