Currently, we can pick All Days or a specific date or a Custom Time Interval, but not a Custom Date Interval. Custom Time Interval will not allow a span of greater than 24 hours.
What I really want is a way to see the chart for a particular start date to current. I'm OK with limiting it to the last 30 days (I realize the repository doesn't retain detailed data before that). I could live with having "3 weeks", "2 weeks", and "7 days" preset choices.
I could temporarily change the CUSTOM_TIME_MAX_RANGE_IN_HOURS, but that's a hassle, presumably affects all users, and is limited to 120 hours (5 days) anyway. I need to see at least the most recent week (7 days).
Here is my current use case: It is 8/9/2016. Fixes for 5 of my Top SQL Statements went in on 7/28 (10 days ago) and I can see the total height of each day's bars in the All Days view (30 days) have been much shorter since then. I'd like to see what the Top SQL Statements are from 7/29 to current. There is no view that provides this.