Skip to content

Flint: X-axis duration auto scale for live curve plot

Valentin Valls requested to merge xaxis-duration-for-live-curve-plot into master

Closes #3374 (closed)

This PR provides a duration selection to auto scale the x-axis of the live curve plot.

This feature is enabled when the plot is displayed using the time as x-axis.

  • Allow to auto scale the x-axis to folloew the last data on a specific periode of time
  • The auto scale can be enabled or disabled
  • A set of fixed periods of time are provided
  • The user can zoom on a specific region, this result on disabling the auto scale

Screenshot_from_2022-05-19_13-19-29

Merge request reports