Skip to content

Commit

Permalink
Change default formLineWidth to match the default on MPAndroidChart
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgindi committed Aug 14, 2016
1 parent e01c1be commit fadea4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Charts/Classes/Components/ChartLegend.swift
Original file line number Diff line number Diff line change
@@ -206,7 +206,7 @@ public class ChartLegend: ChartComponentBase
public var formSize = CGFloat(8.0)

/// The line width for forms that consist of lines
public var formLineWidth = CGFloat(1.5)
public var formLineWidth = CGFloat(3.0)

/// Line dash configuration for shapes that consist of lines.
///

0 comments on commit fadea4d

Please sign in to comment.