Swift-Charts-Examples
Swift-Charts-Examples copied to clipboard
[Enhancement] Add haptic feedback for touch interactions on the Line Chart
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 and the x-value changes during the interaction.
Request for Review
Please review the implementation and let me know if you have any questions or suggestions. I'm open to feedback!
Thank you!