AppPear / ChartView

ChartView made in SwiftUI
MIT License
5.31k stars 652 forks source link

Change font size of titles #237

Open andrejandre opened 2 years ago

andrejandre commented 2 years ago

Right now there is not an obvious way to change the titles of the chart views. If I present a BarChartView and LineChartView in the same UI, then the UIUX is inconsistent because LineChartView uses .font(.title) and BarChartView uses .font(.headline). Is there a way to modify this without being forced to copy the source code into my app and bypass the swift package manager?

Detailed Description

Context

Possible Implementation