• Open in:

Clustered column chart

A clustered column chart is a type of bar chart that displays data in vertical columns grouped by categories. Each group (or cluster) represents a category, and within each cluster, individual columns represent different data series. This chart type makes it easy to compare values across categories and between series, helping to identify patterns or differences in the data. It’s commonly used for showing changes over time or comparing multiple variables side by side.

Click on the legend items to show/hide series. A special method `arrangeColumns` is added to this demo which nicely animates columns so that they would always be centered within the cell.

 

Demo source