Skip to content

Commit

Permalink
Merge pull request #1891 from liuxuan30/1879
Browse files Browse the repository at this point in the history
Fix #1879. Similar cut in half issue in scatter chart like others
  • Loading branch information
liuxuan30 authored Jun 5, 2017
2 parents b007b02 + 7092de9 commit 1254a87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Charts/Charts/ScatterChartView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ open class ScatterChartView: BarLineChartViewBase, ScatterChartDataProvider
super.initialize()

renderer = ScatterChartRenderer(dataProvider: self, animator: _animator, viewPortHandler: _viewPortHandler)

xAxis.spaceMin = 0.5
xAxis.spaceMax = 0.5
}

// MARK: - ScatterChartDataProbider
Expand Down

0 comments on commit 1254a87

Please sign in to comment.