jordibruin / Swift-Charts-Examples

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

Generate chart images for README #39

Closed Tunous closed 2 years ago

Tunous commented 2 years ago

Just wanted to see how ImageRenderer works and this looked like a good opportunity. Added image generation as a test since that's simplest and quickest solution that I thought of.

This uses existing chart types and categories to find charts, so no code changes are necessary to generate new images. Only requires manual changes in README to display them.

The width of 360 and white background were selected randomly. Might need tweaking to get better results.

atrinh0 commented 2 years ago

Nice 👌🏻