Skip to content

Commit

Permalink
Merge pull request ChartsOrg#360 from yas375/forceLabelsEnabled-defau…
Browse files Browse the repository at this point in the history
…lt-value

Fix default value of forceLabelsEnabled (=false)
danielgindi committed Sep 16, 2015
2 parents 0f33d9f + c427557 commit b647053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Charts/Classes/Components/ChartYAxis.swift
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ public class ChartYAxis: ChartAxisBase
public var startAtZeroEnabled = true

/// if true, the set number of y-labels will be forced
public var forceLabelsEnabled = true
public var forceLabelsEnabled = false

/// the formatter used to customly format the y-labels
public var valueFormatter: NSNumberFormatter?

0 comments on commit b647053

Please sign in to comment.