Skip to content

Commit 28e1510

Browse files
authoredNov 20, 2023
values updated for curved graph
1 parent 512590a commit 28e1510

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎ScrollableLineChart/ViewController.swift

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class ViewController: UIViewController {
1414

1515
override func viewDidLoad() {
1616
super.viewDidLoad()
17+
lineChart.isCurved = true
1718
lineChart.dataEntries = [
1819
PointEntry(value: 1, label: "one"),
1920
PointEntry(value: 2, label: "two"),

0 commit comments

Comments
 (0)