Skip to content

Commit

Permalink
Merge pull request #3 from AppDirect/swift4
Browse files Browse the repository at this point in the history
Merge in changes from temporary Swift4 branch
  • Loading branch information
RonnyFenrich authored Dec 12, 2017
2 parents 9da0a69 + 611aa93 commit e3d546c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Source/Charts/Charts/PieChartView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ open class PieChartView: PieRadarChartViewBase
/// indicates the size of the hole in the center of the piechart
///
/// **default**: `0.5`

private var _holeRadiusPercent = CGFloat(0.5)
private var _holeRadiusPercentHighlighted = CGFloat(0.5)

Expand Down
4 changes: 0 additions & 4 deletions Source/Charts/Components/AxisBase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,6 @@ open class AxisBase: ComponentBase
{
_labelCount = newValue

if _labelCount > 25
{
_labelCount = 25
}
if _labelCount < 2
{
_labelCount = 2
Expand Down

0 comments on commit e3d546c

Please sign in to comment.