Timeline Dates display

Hello,

I have a question about how the timeline component interacts with dates. I'm trying to show a gantt chart indicating when staff are onsite. I have two fields for each staff member, the onsite start date and onsite last date.

As you can see from the screen shot, the timeline component displays this as 5 days, but that staff member is actually onsite for 6 days (1st March - 6th March inclusive). Is there a way to change how the timeline component displays this data? I don't want to transform the data to fudge it to work, as that will likely cause confusion elsewhere.

Screenshot 2024-07-22 at 16.43.49

Assistance appreciated!

Many thanks in advance

Hello!

I think this might be related to time data included with your dates.

I switched the demo data component showing a 30 day (inclusive) range to a 29 day (exclusive) range by adjusting the end date by one minute:

If the time portion isn't required for your chart, you may need to drop it from your data source or use the mapping properties to do something similar.