A Multi-Series Column Chart compares values across categories using side-by-side columns. The categorizedBySeries mode re-groups columns so the X axis is organized by series instead of by category, offering an alternative layout for the same data.
This sample charts the number of New York City housing units ordered vacated from 2012 to 2017, broken down by cause — Fire Damage, Habitability, and Illegal Occupancy. The categorized-by-series layout groups each cause’s yearly bars together, making it easy to spot per-cause trends over time.
Follow the step-by-step Column Chart Tutorial to learn how such charts are built. See the Column Chart documentation for all configuration options.