Is there anything new with Swift Charts

Asked on 06/11/2025

1 search

Yes, there are several new features in Swift Charts as presented at WWDC. Here are some of the highlights:

  1. Function Plots: Swift Charts now allows you to visualize mathematical functions in your apps. This includes new line plots for visualizing a single function and area plots to fill in the area between two functions. You can also plot parametric functions and handle piecewise functions. For more details, you can check the session Swift Charts: Vectorized and function plots.

  2. Vectorized Plots: These are designed to handle larger datasets more efficiently by allowing the entire plot to be customized with the same modifiers and properties. This is particularly useful for datasets where individual customization of data points is not necessary. More information can be found in the session Swift Charts: Vectorized and function plots.

  3. 3D Charts: Swift Charts now supports 3D charting, which allows for a new level of data visualization by bringing charts into the third dimension. This feature is available on iOS, iPadOS, and VisionOS, and it enables users to explore datasets from new perspectives. You can learn more about this in the session Bring Swift Charts to the third dimension.

These updates make Swift Charts a more powerful tool for creating informative and visually appealing data visualizations across Apple platforms.

Is there anything new with Swift Charts | Ask WWDC