Reading time: 3 min

This recipe shows how to implement drag / swipe selection in SwiftUI using Apple's new Charts Framework. It allows you to read data for a range of values from the chart.

Continue Reading...

Reading time: 2 min

This recipe shows a more advanced SwiftUI bar chart that shows min, max and average for each data point.

Continue Reading...

Reading time: 3 min

This recipe shows how to add a style SwiftUI Charts using Apple's new Charts Framework. You can change the colors, line styles and visibility of all parts of the chart, including its plot area, marks and axes.

Continue Reading...

Reading time: 1 min

This quick recipe shows how to convert AxisValue to a Text using Apple's new Charts Framework.

Continue Reading...

Reading time: 4 min

This recipe shows how to add a Scan Line / Lollipop to a Chart to SwiftUI using Apple's new Charts Framework. It allows you to read data from the chart depending on its position using tap and drag gestures.

Continue Reading...