Skip to content

Commit

Permalink
Fixed a duplicated assignment compared with obj-c code. (#3179)
Browse files Browse the repository at this point in the history
* fixed duplicated assignment compared with obj-c code.
  • Loading branch information
canapio authored and jjatie committed Jan 23, 2018
1 parent 859f24e commit 9a1838a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChartsDemo/Swift/Demos/LineChart1ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class LineChart1ViewController: DemoBaseViewController {
set1.valueFont = .systemFont(ofSize: 9)
set1.formLineDashLengths = [5, 2.5]
set1.formLineWidth = 1
set1.formLineWidth = 15
set1.formSize = 15

let gradientColors = [ChartColorTemplates.colorFromString("#00ff0000").cgColor,
ChartColorTemplates.colorFromString("#ffff0000").cgColor]
Expand Down

0 comments on commit 9a1838a

Please sign in to comment.