Posts with tips and techniques for building charts with Swift Charts framework
Build an interactive bar chart in Swift Charts that displays detailed annotations when the user is hovering over bar marks.
Create a chart with the Swift Charts framework to show UV index throughout the day inspired by the iOS Weather app that dims the area up to the current time.
Add a gradient to a bar chart that stretches from top to bottom of the plot area rather than filling each individual mark.
Build a bar chart using data with values of type Measurement<UnitDuration> that doesn't conform to Plottable by default.
Learn how to change the default position of y-axis in Swift Charts by using chartYAxis() modifier.
Visualise data distributions by building a histogram and a 2D density plot with the new Swift Charts framework.
Draw a custom SwiftUI view to replace the symbols in a scatter plot in Swift Charts.
Build a custom ridge chart with the new Swift Charts framework to show the distribution of a numeric variable for several groups.
Explore the capabilities of the new Swift Charts framework introduced at WWDC 2022 while making a stream graph with custom colour gradient and text labels.