The Tickets Opened & Tickets Closed line charts never report any zero days. This is because the day values are populated into the array based on when the tickets are opened/closed. If none are opened/closed, the date doesn't make it into the array.
Will need to figure out how to intelligently backfill zero days.