const { data } = useDaily({ startDate: new Date(Date.now() - 86400000 * 40), // 40 days ago endDate: new Date() // today });