Skip to content

Always show burndown chart for 7 days if campaign is not older

Warren Gifford requested to merge campaigns/counts-week into master

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.

This changes the default behaviour and uses min(campaign.CreatedAt, 7-days-ago).

Before

before_counts

After

after_counts

Merge request reports

Loading