Skip to content

Commit

Permalink
fix ChartsOrg#1879. Similar to other cut in half issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxuan30 committed Nov 29, 2016
1 parent e51bfb0 commit 7092de9
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 7092de9

Please sign in to comment.