From 8b860b2b48306725570a051cecb2593e477971bf Mon Sep 17 00:00:00 2001 From: Xuan Liu Date: Mon, 16 Jan 2017 10:01:49 +0800 Subject: [PATCH] fix a typo, as orientation is horizontal by default --- Source/Charts/Components/Legend.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Charts/Components/Legend.swift b/Source/Charts/Components/Legend.swift index 42a544b8f5..e50e76c117 100644 --- a/Source/Charts/Components/Legend.swift +++ b/Source/Charts/Components/Legend.swift @@ -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.