The eventBarVisible property (boolean) determines whether the event duration bar should be visible in the Queue component.
true
const dp = new DayPilot.Queue("queue", { eventBarVisible: false, // ... });