Charts: Add space between bars

Created on 29 Sep 2016  路  2Comments  路  Source: danielgindi/Charts

How can i add space between bars? Is there any padding available for bars?

All 2 comments

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cilasgimenez picture cilasgimenez  路  4Comments

Bharati555 picture Bharati555  路  4Comments

anhltse03448 picture anhltse03448  路  3Comments

ahmedsafadii picture ahmedsafadii  路  3Comments

kwstasna picture kwstasna  路  3Comments