Event buffer not supported for timeline year view?

I tried adding bufferAfter to an event in my timeline year view but it does not show:

I’m after something like this Timeline Event buffer Fullscreen Example | Mobiscroll but it spans over days.

Is this supported?

Hi @Aron_Rohden :wave:

Can you share the config of the view option?

Hi @Zsombor ,

View option is as follows:


          view={{
            timeline: {
              type: "year",
              size: 1,
              resolutionHorizontal: "day",
              eventList: true,
            },
          }}

Update:

It seems that removing eventList: true from the config makes it work!

1 Like