A Stacked Column Chart stacks series segments vertically so the total height shows the cumulative value. When the dataset contains negative values, segments extend below the zero line, clearly separating losses from gains within each stack.
This sample visualizes profit and loss from selling cosmetic products across four U.S. states. A horizontal line marker highlights the zero point, a vertical grid separates each product column, and a duplicated X axis shows product names at both the top and bottom. Union-mode tooltips display all regional values at once, and the interactive legend toggles individual states.
Follow the step-by-step Column Chart Tutorial to learn how such charts are built. See the Column Chart documentation for all configuration options.