I am using anychart for my UI. My Data timelines are in epoch milliseconds. While arranging them to have a Gantt chart, I see the right side is getting trimmed. Kindly help. JsFiddle Link: Sample Gantt Chart Answer You could fix that if you give your xScale a maximum with this line of code before calling chart.draw(): Here is your