Negative values not displayed in line charts using ios-charts using Swift
问题 I have negative values in my line chart using ios-charts. Positive values are displayed but negative values are clipped at 0. I have set the left and right axes not to start at 0 but no help. LineChart1.leftAxis.startAtZeroEnabled = false LineChart1.rightAxis.startAtZeroEnabled = false Any ideas? TIA. Code snippet below. override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view. self.navigationController?.navigationBar.translucent = false self.title =