How can i add space between bars? Is there any padding available for bars?
try this in Chart 3.0, or barSpace in Chart 2.x
/// The width of the bars on the x-axis, in values (not pixels)
///
/// **default**: 0.85
open var barWidth = Double(0.85)
but what about the Space?