eclipse-cdt-cloud / timeline-chart

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

Clamp computed world range to absolute range #295

Closed PatrickTasse closed 2 weeks ago

PatrickTasse commented 3 weeks ago

Clamp the computed requested world range (which adds a buffer to the left and right of the view range) to the limits of the absolute range.

This prevents unnecessary row updates because the row's provided model range is always clamped.

Reject row data received during full search for an outdated world range.