v.25.11Improvement

Web UI will display bars

Web UI will display bars in the table even when the values are negative. So it can display a double-sided bar chart with different colors of bars on the negative and positive sides. #89016 (Alexey Milovidov).
The ClickHouse Web UI now supports displaying bars in tables even when the values are negative, enabling double-sided bar charts with distinct colors for positive and negative values.

Why it matters

This feature allows users to visually distinguish between positive and negative values directly in the Web UI table by rendering a double-sided bar chart. It improves data readability and interpretation by clearly showing the direction and magnitude of values using different colors.

How to use it

When viewing data tables in the ClickHouse Web UI, bars will automatically display for both positive and negative values, rendering a double-sided bar chart with distinct colors on each side without additional configuration.