- 1) New Features
- 1a) Conditional formatting
- 1b) Grid & pivot table improvements
- 1c) Dashboard layout
- 1d) Other features
- 2) Improvements & Bugs fixes
1) New Features
1a) Conditional formatting
- Gradient-Based Conditional Formatting: We have added support for gradient-based conditional formatting in grids
- Pivot Table Enhancements: Users can now apply both single-color and gradient conditional formatting in pivot tables.
- Custom Color Options: Users can now choose any custom color for conditional formatting, moving beyond the workspace color palette.
1b) Grid & pivot table improvements
- Column Color Customization: Users now have the ability to select a color for individual columns through the "Format Data" column menu option:
- Cell Aggregation: Multi select in grids/pivots with copy paste compatible with excel and stats on the selection (sum , avg etc etc)
- Column Header Wrapping: Column headers can now wrap to prevent text truncation, ensuring that all header names are fully visible.
- Improvements Specific to pivot table:
- Added the ability to resize columns and enable autosize.
- Persisting the deployed / folded groups in pivots
- First column is now frozen in pivot tables.
1c) Dashboard layout
Reworked the dashboard layout to have something more predictable with a set of fixed width settings in addition to full width.
1d) Other features
- Filters: Introduced a filter to display the last available date or the last X available dates.
- Python:
- Added a tooltip explanatory message in the Datasource section to clarify that only datasources with outputs are shown.
- Improved error visibility when previewing data in a Python datasource by showing the full error message.
- Application: Added the ability to change the order of pages in the App.
- Format Data:
- Added a new date format option that includes the weekday (e.g., "Mon Mar-03").
- For datetime columns: Added the option to select "None" in the time dropdown for easier datetime formatting
- Chart:
- Introduced an option to select the type of line (dashed or solid) by series in line charts.
- Added the ability to configure the space between bars in bar charts.
- Added an option to fill gaps in temporal X Axis
2) Improvements & Bugs fixes
- Python: Fixed an issue with unsupported operand types when performing subtraction between
NaTType
anddatetime.date
. - Dashboard:
- Resolved an issue where an empty title in a widget would revert back to a default title.
- Improved font size on indicator charts to ensure that the whole name is always displayed.
- Apps & Charts: Fixed a bug related to the Legend size.