edit doc

eventMaxStack 5.7.0

For timeline view, the maximum number of events that stack top-to-bottom. For timeGrid view, the maximum number of events that stack left-to-right.

Number or null, default: null

For dayGrid view, see dayMaxEventRows and dayMaxEvents.

A value of null means there is no maximum and all events are displayed.

When the number of events exceeds eventMaxStack, a rectangle is drawn that represents the hidden events. It is rendered via the more-link render hooks and executes moreLinkClick when clicked. The default click action is to show a popover with the hidden events.

Example of a more-link in timeGrid view:

Screenshot before more-link has been clicked in timegrid view
Default state
Screenshot of more-popover open in timegrid view
With the more-popover open

Example of a more-link in timeline view:

Screenshot before more-link has been clicked in timeline view
Default state
Screenshot of more-popover open in timeline view
With the more-popover open