Created by: mrnugget
Previously we showed the message "Burndown chart will be shown when there is more than 1 day of data", because we used the Campaign's CreatedAt as the starting point.
CreatedAt
This changes the default behaviour and uses min(campaign.CreatedAt, 7-days-ago).
min(campaign.CreatedAt, 7-days-ago)