jordibruin / Swift-Charts-Examples

An overview of the different types of charts you can make with Swift Charts
MIT License
2.04k stars 129 forks source link

Convert all charts to use the isOverview pattern #69

Closed jordibruin closed 2 years ago

jordibruin commented 2 years ago

To show the chart in the overview page and on the detail page, we should switch between how they are displayed according to a boolean. Some charts already implement this like the SingleLineLollipop. It would be nice to have a consistent way across the project to handle this.

image