Skip to content

Commit

Permalink
fix function groupBars document error
Browse files Browse the repository at this point in the history
  • Loading branch information
kemchenj committed Sep 22, 2018
1 parent 6ddf604 commit 06c7323
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ open class BarChartData: BarLineScatterCandleBubbleChartData
/// Previously set x-values of entries will be overwritten. Leaves space between bars and groups as specified by the parameters.
/// Do not forget to call notifyDataSetChanged() on your BarChart object after calling this method.
///
/// - parameter the starting point on the x-axis where the grouping should begin
/// - Parameters:
/// - fromX: the starting point on the x-axis where the grouping should begin
/// - groupSpace: The space between groups of bars in values (not pixels) e.g. 0.8f for bar width 1f
/// - barSpace: The space between individual bars in values (not pixels) e.g. 0.1f for bar width 1f
@objc open func groupBars(fromX: Double, groupSpace: Double, barSpace: Double)
Expand Down

0 comments on commit 06c7323

Please sign in to comment.