@@ -10,6 +10,55 @@ Release Notes
10
10
:depth: 1
11
11
:class: singlecol
12
12
13
+ |charts| on |service| v1.15.0
14
+ -----------------------------
15
+ *Released June 23, 2020*
16
+
17
+ Improvements in this release:
18
+
19
+ - Enables downloading chart data from the dashboard view
20
+ of a chart.
21
+
22
+ - Invalid queries now display detailed error messages in the chart
23
+ builder.
24
+
25
+ - Enables setting a delimiter when using the ``concat``
26
+ :ref:`array reduction option <array-reduction>`.
27
+
28
+ - Adds new *Week of the Year* option when
29
+ :ref:`binning date values <bin-date-fields>`.
30
+
31
+ - :ref:`Donut <donut-chart-ref>` charts can now be created from
32
+ multiple fields.
33
+
34
+ - Charts with binned numeric or date values now show gaps for empty
35
+ bins.
36
+
37
+ - Collection information is now visible when adding data sources.
38
+
39
+ - Removes the step to set permissions when creating a data source.
40
+
41
+ - Updates visuals across the |charts| application.
42
+
43
+ Bug fixes in this release:
44
+
45
+ - Fixes an issue where injected embedding filters were not properly
46
+ considered when retrieving chart data from the cache.
47
+
48
+ - Fixes an issue where errors that occurred while sampling fields did
49
+ not display in the chart builder.
50
+
51
+ - Fixes an issue where the chart builder query bar did not appear
52
+ dimmed when a dialog was open.
53
+
54
+ - Changes the IFrame embedding parameter to ``autoRefresh`` to improve
55
+ consistency with SDK property (the previous ``autorefresh`` syntax
56
+ still works).
57
+
58
+ - Fixes an issue where embedded charts sometimes rendered with the
59
+ incorrect font.
60
+
61
+
13
62
|charts| on |service| v1.14.0
14
63
-----------------------------
15
64
0 commit comments