🚀

Release note - KAWA 1.30

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.
image

1b) Grid & pivot table improvements

  1. Column Color Customization: Users now have the ability to select a color for individual columns through the "Format Data" column menu option:
  2. image
  3. Cell Aggregation: Multi select in grids/pivots with copy paste compatible with excel and stats on the selection (sum , avg etc etc)
  4. image
  5. Column Header Wrapping: Column headers can now wrap to prevent text truncation, ensuring that all header names are fully visible.
  6. image
  7. Improvements Specific to pivot table:
    1. Added the ability to resize columns and enable autosize.
    2. image
    3. Persisting the deployed / folded groups in pivots
    4. 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.
  • image
  • 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.
    • image
  • 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.
    • image
    • Added the ability to configure the space between bars in bar charts.
    • image
    • Added an option to fill gaps in temporal X Axis
    • image

2) Improvements & Bugs fixes

  • Python: Fixed an issue with unsupported operand types when performing subtraction between NaTType and datetime.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.