I have a timeline chart which displays when the task started and how much time it take to complete it as below. I almost completed but there is a problem. The table is displaying 4 values which is correct. But the chart is displaying only 3 bars. 1 bar is missing. Please help me on this.
Looks like your problem is the sorting in the graph - you're sorting by 'No', which isn't consistent with the order of events. In this case, the fourth event is offset in an illogical way - it has to start left of the third event, but it should actually be starting between 1 and 2 - so it isn't displayed. If you remove the Sort by 'No', it should work correctly.