Reference
Change Logs
Release notes and feature updates for Datazone Intelligent Apps documentation.
2025-06-13
- Icon feature for number charts: You can now add Lucide icons next to number values in number charts using the
icon
andicon_variant
attributes.
- metric_format to format: The
metric_format
attribute is deprecated. Use the newformat
attribute under each metric instead. - Composed (combined) chart type: Added support for the new
composed
chart type, allowing you to combine line and bar series in a single chart.
- Axis support for line, bar, and composed charts: You can now define multiple axes using the
axis
property and assign metrics to axes withaxis_name
. - affected_filter for bar and pie charts: Add
affected_filter
under a dimension to allow users to update filter values by clicking chart items (bars or pie slices).
For more details, see the relevant documentation sections linked above.