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

Fix bar chart customisations and navigation titles 📊 #31

Closed atrinh0 closed 2 years ago

atrinh0 commented 2 years ago

The single and two bars charts had lineWidth that did nothing, these have been updated to barWidth to control the bar width.

Interpolation mode was on the single bar chart that also did nothing, this was removed.

The navigation title was not set for the single bar chart, so it was showing as large display mode. This has also been fixed.

jordibruin commented 2 years ago

Thanks!