We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512590a commit 28e1510Copy full SHA for 28e1510
ScrollableLineChart/ViewController.swift
@@ -14,6 +14,7 @@ class ViewController: UIViewController {
14
15
override func viewDidLoad() {
16
super.viewDidLoad()
17
+ lineChart.isCurved = true
18
lineChart.dataEntries = [
19
PointEntry(value: 1, label: "one"),
20
PointEntry(value: 2, label: "two"),
0 commit comments