I am stuck in a weird situation. I need to graph the Average Start Time, Average End Time, SLA of batch jobs for the entire year -including the three Regions. Please see below.

Month Region SLA Avg Start Time Avg End Time
Jan Region1 2:00 AM Jan 30, 10:31 PM Jan 31, 1:10 AM
Jan Region 2 5:00 AM Jan 30, 8:28 AM Jan 30, 11:21 AM
Feb Region 1 2:00AM Feb 7th, 2:28 PM Feb 7th, 3:30 PM
Feb Region 2 5:00AM Feb 7th, 11:30 PM Feb 8th, 12:20 AM

I created a graph with x-axis being Jan-Region1, Jan Region2, etc.. My Y-Axis is where the problem is. If I make my Y-Axis to be Date/Time then the data is too much with so many dates and it doesn't look right.

On the other hand, if I plot only Time on my y-axis then the Average Start Time and Average End time is not plotted correctly -- Average Start Time comes after the Average End time -- for example, in Jan Region 1 ---1:10AM (end time) comes before 10:31Pm (start time)- since dates are not included on the graph it shows End Time before the Start Time (where in reality the end time is on another DATE).

I hope I am making sense here. Can anyone please please help me with this??? Is there another way of doing this?

Thanks soooooooooooo much !!