search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Event overlay

Asked by Luis Fernando
6 years ago.

When you create one-minute or two-minute events, and with two-minute intervals between events, they overlap. The configuration used is below.
dp.days = 365;
dp.locale = "pt-br";
dp.scale = "Day";
dp.timeHeaders = [
{ groupBy: "Month", format: "yyyy" },
{ groupBy: "Day"},
];
dp.cellWidth = 80;
dp.rowMinHeight = 40;
// dp.cellDuration = 60;
dp.useEventBoxes = "Never";
dp.snapToGrid = false;

The evidence is in the image below:

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.