Skip to content

Commit

Permalink
Merge pull request ChartsOrg#1621 from liuxuan30/1603
Browse files Browse the repository at this point in the history
fix ChartsOrg#1603 and API comment
  • Loading branch information
danielgindi committed Oct 8, 2016
2 parents df3c97d + cb6f1f8 commit 5cdc3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Charts/Components/AxisBase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ open class AxisBase: ComponentBase

/// The maximum value for this axis.
/// If set, this value will not be calculated automatically depending on the provided data.
/// Use `resetCustomAxisMin()` to undo this.
/// Use `resetCustomAxisMax()` to undo this.
open var axisMaximum: Double
{
get
Expand Down

0 comments on commit 5cdc3bd

Please sign in to comment.