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

Add an overview with images and descriptions and customization options to README #34

Open jordibruin opened 2 years ago

jordibruin commented 2 years ago

It would be nice to have an overview of all the charts that are in the app in the readme. We probably need to come up with a format for this. Maybe we can use the ImageRenderer to extract an image of each graph in the same dimensions?

atrinh0 commented 2 years ago

Half addressed with this PR, https://github.com/jordibruin/Swift-Charts-Examples/pull/39

Images are generated via the ChartScreenshotGenerator.swift file, and it is a manual process to add them to the readme.

No customisation options are added to the readme though, just the preview images.