-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
When there's data like Date(): ACData(date: Date(), count: 5)
, It's blank for today's grid.
Also, the first week doesn't show correctly. While today is Tuesday, it shouldn't show the complete week with 7 days. There should be only 3 grids instead of 7, under the situation that Sunday is the first weekday.
Reproduce:
When the preview code is like this:
struct ACGridStack_Previews: PreviewProvider {
static var previews: some View {
AxisContribution(
constant: .init(),
source: [
Date(): ACData(date: Date(), count: 5)
]
)
.padding()
}
}
Metadata
Metadata
Assignees
Labels
No labels