A Multi-Series Column Chart groups columns by category so viewers can compare values across several data series at once. When the dataset includes negative values, columns extend below the zero line, clearly showing losses alongside gains.
This sample charts a company’s profit across four U.S. regions over three years. Labels appear above each column, a vertical grid separates the year categories, and a duplicated X axis shows year labels at both the top and bottom. Text formatters demonstrate token-based tooltip formatting alongside function-based Y-axis label formatting.
Follow the step-by-step Column Chart Tutorial to learn how such charts are built. See the Column Chart documentation for all configuration options.