Use RectangleChart with the option BarSpacing
data = {64, 48, 94, 37, 60, 4, 55, 11, 15, 0};
RectangleChart[ Thread[{1, data}], BarSpacing -> Medium(* Tiny, Small, Medium, Large *)]
or with a given spacing
RectangleChart[Thread[{1, data}], BarSpacing -> 7]