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