Clustered Column Chart
Clustered Column Chart is the default column chart behavior where values from all series are displayed next to each other at the same category axis value.
Key implementation details
In this demo we emphasize the “clusters” by adding margins around them. We do this by setting cellStartLocation
and cellEndLocation
on the horizontal axis renderer (AxisRendererX). We set them to 0.1 and 0.9 respectively, resulting in 10% margins on both sides.