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

Refactor for consistency and fix bar graph width #12

Closed atrinh0 closed 2 years ago

atrinh0 commented 2 years ago

Consistency of header values Move overviews to the top of the file Fix line width of bar charts to bar width Modify chart heights to use constants Remove trailing commas on lists Update headers Update struct to enum for constants Update whitespaces

atrinh0 commented 2 years ago

Might break this PR apart to address one thing at a time