eclipse-cdt-cloud / timeline-chart

A timeline / gantt chart library for large data (e.g. traces)
MIT License
27 stars 32 forks source link

Throttle fetch requests in time graph chart #293

Closed PatrickTasse closed 3 weeks ago

PatrickTasse commented 3 weeks ago

If fetching of rows is already in progress, mark any new fetch requests as pending. When the current fetching of rows is complete, executing any pending fetch request.