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

kirti0525 picture kirti0525  路  3Comments

coop44483 picture coop44483  路  3Comments

Aungbandlab picture Aungbandlab  路  4Comments

brytnvmg picture brytnvmg  路  4Comments

sjdevlin picture sjdevlin  路  3Comments