Column chart ===================================================== .. raw:: html
.. literalinclude:: /_misc/examples/chart-1.py Column spacing -------------- You can control the space between columns (i.e. between series) and between groups of columns (i.e. values) by setting the :code:`groupPadding` and :code:`pointPadding` values respectively under :code:`chart.plotOptions.column`. .. note:: The padding is expressed in units of the x-axis, not pixels .. raw:: html .. literalinclude:: /_misc/examples/chart-58.py