signal-estimator icon indicating copy to clipboard operation
signal-estimator copied to clipboard

Make plot window size configurable

Open gavv opened this issue 1 year ago • 0 comments

Currently, plot sliding window is hard-coded for 15 seconds. It means that we always show last 15 seconds of measurement:

image

It would be nice to make this value configurable. We could add an option to options tab for that (to "Reports" section).

The value is hard-coded in PointsBuffer::ring_size_milliseconds_

gavv avatar Oct 30 '23 11:10 gavv