Base fixes and test harness
This commit is contained in:
@@ -85,7 +85,7 @@ struct EvolutionChartCard: View {
|
||||
.chartForegroundStyleScale(domain: chartCategoryNames, range: chartCategoryColors)
|
||||
.chartXAxis {
|
||||
AxisMarks(values: .stride(by: .month, count: 3)) { value in
|
||||
AxisValueLabel(format: .dateTime.month(.abbreviated))
|
||||
AxisValueLabel(format: .dateTime.month(.abbreviated).year())
|
||||
}
|
||||
}
|
||||
.chartYAxis {
|
||||
|
||||
Reference in New Issue
Block a user