PX4 / flight_review

web application for flight log analysis & review
https://logs.px4.io/
BSD 3-Clause "New" or "Revised" License
193 stars 190 forks source link

Zoom horizontal on all plots on/off #281

Open mrlarsendk opened 2 months ago

mrlarsendk commented 2 months ago

I would really love to have the ability to lock zoom on all plots such that when I zoom in time on one plot, I get the exact same time frame in all other plots.

bkueng commented 2 months ago

Indeed that would be useful. We just need to check if the browser and server can handle it, because it will trigger many update requests when zooming in all plots at the same time.