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.