Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
guard let hour = components.hour, let minute = components.minute else {
return ""
}
let hourString = String(describing: hour)
let minuteString = String(describing: minute)
`
hi guys, i am working on the bar chart of charts library. but the chart gets selected even i tap outside the chart. i checked the link below which has older version of swift implemented and am looking for how can it be done in swift 4?
hi all - is there a way to use Charts with spm? I've tried
dependencies: [
.package(url: "https://github.com/danielgindi/Charts.git", from: "3.1.1")
],
and gotten
Dependencies:
https://github.com/danielgindi/Charts.git @ 3.1.1..<4.0.0
'ChartsDemo' /Users/seth/dev/swift/ChartsDemo: error: product dependency 'Charts' not found