I have two bars, one for inbound and one for outbound. They look like this:

Is there any way to add some margin between them? Now the values for them
var d1 = [[0, 1], [3, 7], [6, 12], [9, 17]];
var d2 = [[1, 4], [4, 9], [7, 14], [10, 19]];
and, as you can see, I skip one for each period, but I also need some margin between: D
source
share