Stack more than one chart in a Chart area or smaller margins

Se picture. I want to minimize the distance between Charts.

Hello,

Each chart should be created in its own html container. So, you can set margin for these containers.

The inner padding of a chart can be changed via “padding” property:

... type: "stackedBar", padding: { top: 10 }, ...

Ok, thanks! I’ll try that.