Skip to content

Commit

Permalink
Merge pull request #2078 from liuxuan30/legend
Browse files Browse the repository at this point in the history
fix a typo, as orientation is horizontal by default
  • Loading branch information
liuxuan30 committed Jan 16, 2017
2 parents 99e9aa0 + 8b860b2 commit 6c27801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Charts/Components/Legend.swift
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ open class Legend: ComponentBase
/// this is currently supported only for `orientation == Horizontal`.
/// you may want to set maxSizePercent when word wrapping, to set the point where the text wraps.
///
/// **default**: false
/// **default**: true
open var wordWrapEnabled = true

/// if this is set, then word wrapping the legend is enabled.
Expand Down

0 comments on commit 6c27801

Please sign in to comment.