You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: