Swift-Charts-Examples
Swift-Charts-Examples copied to clipboard
An overview of the different types of charts you can make with Swift Charts
I was implementing the Sleep Stages (Awake, REM, Core, Deep) graph using the BarMark. The plot matches that of the Apple's Health App, but I could not manage to put...
As the title says, the 'plotAreaFrame' was deprecated in iOS 17. Found in the SingleLineLollipop example. "let lineX = startPositionX1 + geo[proxy.plotAreaFrame].origin.x"
Apple Documentation on sector marks: https://developer.apple.com/documentation/charts/sectormark
I have been playing around with [SingleLineLollipop.swift](https://github.com/jordibruin/Swift-Charts-Examples/blob/main/Swift%20Charts%20Examples/Charts/LineCharts/SingleLineLollipop.swift) and noticed this weird redrawing behavior. I set a break point on line 42 and then run the example on my device/sim (...
#### Hello Reviewer, I've added haptic feedback for touch interactions on the Line Chart. #### Changes Made - Implemented haptic feedback using `UIImpactFeedbackGenerator` when the user touches the Line Chart...