March 4, 2025
🌟 New Features
- Segment by a variable of date type: You can now color by a date variable in Plot while keeping the same aggregations! This is our first step towards enabling period-over-period comparisons. With this update, you can easily analyze trends over time. For example, you could plot average sales per weekday and segment by month to see if weekly seasonality shifts across different months. This makes it much simpler to spot trends and compare time-based patterns effortlessly.

- Casting from filter icon: Casting is now available directly from the icon next to the variable name in cross filters, allowing for easier type conversion.

- New metrics for model evaluation curves: the Precision-Recall curve now includes Average Precision, providing a clearer measure of performance. Additionally, the ROC curve now features AUC (Area Under the Curve) for a more comprehensive assessment of classification quality.

- Formatting now also applies to totals. If you add a total for a specific column, the corresponding total will also be formatted accordingly.

- Controls to customize axes range in Plot. Now you can use a slider to zoom in X or Y axes without having to select in the axis variable cross-filter.

- Controls to hide axes grid lines in Plot. Now you can use a switch to hide X or Y axes grid lines.

- Explode dataset internally when getting data for a Plot with multivalued X & Y variables.
- Allow to configure quantitative color palettes for the project. Now you can select a sequential single-hue palette (used for correlations & heatmaps charts) or a sequential multi-hue palette (used for the graph, numerical variables histograms & scatterplot charts).


🐛 Bug Fixes
- Allow to select percentage formats for Y axis labels when plot chart uses percentages

- Allow to use value count in charts with List Index in X axis

- Reverse Y axis for Heatmap charts when using a quantitative variable with quantiles

- Fix Y axis labels & legend format in Heatmap with relative values

- Avoid to recommend categorical columns with a single category in Plot distributor
- Fix recreated plot insights to do not hide its chart
🎨 UI Updates
- Unified Table Chart: We have merged the Table Chart and Table Summary Chart into a single chart. If no columns are selected for grouping, the table will be simple. However, if columns are chosen in the "Group By" section, the specified value columns will support aggregation.


- Better Null bar tooltips: Now the user has more details about the null values of a column. The tooltip and the visualization shows the percentage of selected / unselected valid and null rows.
