label-studio icon indicating copy to clipboard operation
label-studio copied to clipboard

How to access selected TimeSeries region in custom HTML?

Open blueskyinin opened this issue 7 months ago • 0 comments

Hi, I'm working on a project where I need to annotate time series data and display related GPS trajectory data on a map. It's easy to show all the GPS data in a map. Ideally, the map should update based on the selected time range in the time series.

My question is: Is there a way to access the currently selected region (start and end time) of the TimeSeries inside a custom HTML or JavaScript component? Or is there an event like onSelectionChange that I can listen to?

Thanks a lot!

blueskyinin avatar Jun 12 '25 08:06 blueskyinin