Plot polygons + timestamp on a map with time-slider

I have list of locations/polygons with timestamp for each one.

I want to plot those on a map but have a 'time-slider" that is from my earliest event untill my last event that I can โ€œdragโ€ and see only the events relevant to this time.

I would like the slider to be or โ€œ1 tick per eventโ€ or have it like in ticks of hours" so I can see only the events in each hour

is that possible?

Hi @koren88i,

This should be possible with an approach like the Simple Slider example. The idea is that you would create a separate trace for each slider step, and the use the slider actions to set which trace is visible.

Hope that helps,
-Jon